ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Composite variable
A composite variable contains different types of elements (members)...
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...
Declaring and using a variable
A variable is defined by name and type...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
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
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
IsNumeric (Function)
Enables you to find out whether a variable or a control is:
  • a numeric (integer, real, currency or numeric).
  • a string that can be converted into numeric.
Constant
The constants are language elements whose value is fixed once and for all...
HighlightColor (Property)
The HighlightColor property is used to set the highlight color of an element.
VerticalAlign (Property)
The VerticalAlign property is used align elements vertically.
Valid (Property)
The Valid property is used to determine if an element is valid.
Time and date management properties
List of properties for managing dates and times...
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
Certificate
The Certificate keyword can correspond to...
UnderlineColor (Property)
The UnderlineColor property allows you to define the color used to underline an element.
MIMEType (Property)
The MIMEType property is used to get and change the MIME type of an element.
Parameter (Property)
The Parameter property is used to get and change certain parameters.
Table
The "Table" keyword can correspond to...
ConnectionTimeout (Property)
The ConnectionTimeout property is used to manage the connection timeout.
Header
The Header property is used to get and change a header.
File (Property)
The File property is used to manage the files a functionality applies to.
Number (Property)
The Number property is used to get the number of an element.
EndDate (Property)
The EndDate property is used to get and change the end date of a time period.
The Table control
The Table control is used to simplify the display and the input of information stored in memory...
Round (keyword)
The Round keyword can correspond to...
Language (Property)
The Language property is used to get and change the language used.
StartDate (Property)
The StartDate property is used to get and change the start date of a time period.
Error
The Error keyword is used to manage the errors.
Priority (Property)
The Priority property is used to get and change the priority level of an element.
Position
The Position keyword can correspond to...
ServerAddress (Property)
The ServerAddress property gets and sets the server address.
ClientID (Property)
The ClientID property gets the client ID defined when the application was declared or registered.
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack,...