ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
9 results for: variable
Composite variable
A composite variable contains different types of elements (members)...
Declaring and using a variable
A variable is defined by name and type...
Advanced types
The advanced types of WLanguage are as follows
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
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...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
WLanguage types
The different types in WLanguage are...