ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Service variable
The Service variable is used to...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
HReset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
Assignment operators
Three assignment operators are available...
<Source>.Reset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
WLanguage types
The different types in WLanguage are...
Advanced types
The advanced types of WLanguage are as follows
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box,...
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web...
Report controls
Several types of controls can be handled in a report created by the report editor......
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes...
Events associated with the Conference control
List of events associated with a Conference control...
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
ChronoReset (Function)
Stops and resets a running stopwatch.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string....
FinNetCurrentVal (Function)
Returns the net current value of investment.
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
The Group structure
The Group structure is a preset structure of WLanguage (no declaration is required)......
HSL (Function)
Creates a color from its hue, saturation and lightness.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
fRead (Example)
Usage example of the fRead function
Set of procedures
The global procedures are grouped in set of procedures......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Manager of automated tests
The test manager is used to......
Handling controls in a report
The different operations available for the report controls are as follows......
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).