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...
Modified (Property)
The Modified property lets you know if an element has been modified.
Subject (Property)
The Subject property is used to get and change the subject of an element.
Sound
The Sound keyword can correspond to: the Sound function, which is used to play Wav audio files....
Empty (Property)
The Empty property is used to determine if an element is empty.
Database (Property)
The Database property is used to get and modify the database associated with a connection.
RightIndent (Property)
The RightIndent property is used to get and change the right indent of an element.
NumberColumn (Property)
The NumberColumn property is used to get and change the number of columns of an element.
LeftMargin (Property)
The LeftMargin property sets the left margin of an element.
RightMargin (Property)
The RightMargin property sets the right margin of an element.
TopMargin (Property)
The TopMargin property sets the top margin of an element.
BottomMargin (Property)
The BottomMargin property sets the bottom margin of an element.
ReturnedValue (Property)
The ReturnedValue property is used to handle the return value.
LineSpacing (Property)
The Interline property is used to set the line spacing of an element.
Page (Property)
The Page property is used to handle a page.
LeftIndent (Property)
The LeftIndent property is used to get and change the left indent of an element.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
Beacon functions
The following functions are used to manage Beacons......
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones...
Visible (Property)
The Visible property is used to set the visibility of an element.
StoredValue (Property)
The StoredValue property gets and sets the stored value of an element.
WayPoint (Property)
The WayPoint property allows you to handle the waypoints of a connector.
File download functions
The following functions are used to manage downloads......
Markdown (Property)
The Property Markdown allows you to manage the Markdown format: in an Static control...
RESTSend (Function)
Sends a REST request and waits for the server response.
<Array>.Info (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.