ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Service variable
The Service variable is used to...
Declaring and using a variable
A variable is defined by name and type...
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable...
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...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
Advanced types
The advanced types of WLanguage are as follows
<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...
VariantMember (Type of variable)
... being a variant variable.
Control (Type of variable)
The Control type is used to define the characteristics of a control.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field...
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value...
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created...
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map...
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
hScheduleMaterializedView (Type of variable)
The hScheduleMaterializedView type is used to programmatically manage a task for recalculating...
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested...
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document...
docElementImage (Type of variable)
... in a docElement variable.
docNumbering (Type of variable)
The docNumbering type is used to define the advanced characteristics of a numbering used in a Word...
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used...
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread...
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one...
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated...
Palette (Type of variable)
The Palette type is used to define the advanced characteristics of a color palette.
1
5
6
7
8
9
133
>