|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A composite variable contains different types of elements (members)... |
|
|
|
|
|
|
|
| A variable is defined by name and type... |
|
|
|
|
|
|
|
| A report based on a variable is used to directly print the information found in a WLanguage variable... |
|
|
|
|
|
|
|
| The Service variable is used to... |
|
|
|
|
|
|
|
| Identifies the type of an expression, a variable (during a call to a procedure for example) or a control. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| The advanced types of WLanguage are as follows |
|
|
|
|
|
|
|
| Three assignment operators are available... |
|
|
|
|
|
|
|
| The code editor proposes several tools used to correct the code... |
|
|
|
|
|
|
|
| The different types in WLanguage are... |
|
|
|
|
|
|
|
| The constants are language elements whose value is fixed once and for all... |
|
|
|
|
|
|
|
Initializes: - one or all variables of file items with their default values.
- one or all items of a Record variable with their default values.
|
|
|
|
|
|
|
|
Initializes: - one or all variables of file items with their default values.
- one or all items of a Record variable with their default values.
|
|
|
|
|
|
|
|
| The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler... |
|
|
|
|
|
|
|
| A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc. |
|
|
|
|
|
|
|
| The Type property gets and sets the type of an element. |
|
|
|
|
|
|
|
| The Title property is used to get and change the title of an element. |
|
|
|
|
|
|
|
| ...Interfaces that use token controls are common. A Token control contains variable amounts... |
|
|
|
|
|
|
|
| The Caption property gets and sets the text of an element. |
|
|
|
|
|
|
|
| The Text property is used to get and modify text. |
|
|
|
|
|
|
|
| The Name property is used to get the name of an element. |
|
|
|
|
|
|
|
| The Value property is used to get and change the value of an element. |
|
|
|
|
|
|
|
| The Description property is used to get and change the description of an element. |
|
|
|
|
|
|
|
| The ID property is used to get and change IDs. |
|
|
|
|
|
|
|
| The Identifier property is used to get and change the identifier of an element. |
|
|
|
|
|
|
|
| The Content property is used to get and change the content of an element. |
|
|
|
|
|
|
|
| The Width property is used to determine and change the width of an element. |
|
|
|
|
|
|
|
| The Height property is used to get and change the height of an element. |
|
|
|
|
|
|
|
| The BackgroundColor property is used to get and change the background color of an element. |
|
|
|
|
|
|
|
| WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing... |
|
|
|
|
|
|
|
| The Color property is used to get and change the color of an element. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|