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 includes several tools to help you correct the code ...
Code style
The code style allows you to automatically add prefixes to the names of variables and elements in the project (windows, report controls, classes, etc.).
WLanguage types
The different types in WLanguage are...