ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
8 results for: Variable
Declaring and using a variable
A variable is defined by name and type...
Composite variable
A composite variable contains different types of elements (members)...
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...
Checkers available in the code editor
The code editor includes several tools to help you correct the code ...
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
Constant
The constants are language elements whose value is fixed once and for all...