|
|
|
|
|
|
Category: Declaring variables |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
An array is a structured type used to group together a set of elements of the same type... |
|
|
|
|
|
|
An associative array is an "advanced" type of array... |
|
|
|
|
|
|
The Automation keyword is used to declare an automation object... |
|
|
|
|
|
|
A combination is a set of options. |
|
|
|
|
|
|
A composite variable contains different types of elements (members)... |
|
|
|
|
|
|
The constants are language elements whose value is fixed once and for all... |
|
|
|
|
|
|
A variable is defined by name and type... |
|
|
|
|
|
|
A dynamic array is an "advanced" type of array... |
|
|
|
|
|
|
A dynamic automation object is an automation object allocated upon request, during the program execution... |
|
|
|
|
|
|
A structure can be allocated dynamically... |
|
|
|
|
|
|
An enumeration is a set of values... |
|
|
|
|
|
|
A fixed array is an "advanced" type of array... |
|
|
|
|
|
|
Two types of variables are available... |
|
|
|
|
|
|
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes. |
|
|
|
|
|
|
The "SQL query" type is used to write an SQL query in the WLanguage code. |
|
|
|
|
|
|
A structure is a custom type of data... |
|
|
|
|
|
|
A "type alias" is a redefinition of an existing type. |
|
|
|
|
|
|
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler... |
|
|
|
|
|
|
Variables can be declared anywhere in the code. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|