|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Overview of the different operators... |
|
|
|
|
|
|
|
| Variables can be declared anywhere in the code.... |
|
|
|
|
|
|
|
| This help page explains how to create and handle a structure.... |
|
|
|
|
|
|
|
| WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents...... |
|
|
|
|
|
|
|
| Initializes:
one or all variables of file items with their default values.
one or all items of a Record variable with their default values.... |
|
|
|
|
|
|
|
| Initialize:
one or all variables of file items with their default values.
one or all items of a Record variable with their default values.... |
|
|
|
|
|
|
|
| The DataBinding property is used to identify and change the binding between a control and:
an item in a data file.
a variable.
several variables.... |
|
|
|
|
|
|
|
| Data binding is a process that binds variables in memory to controls in a window or page...... |
|
|
|
|
|
|
|
| The mongoOperation type is used to define the different operations to be performed in bulk. These operations are stored in an array of mongoOperation variables. |
|
|
|
|
|
|
|
| WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor...... |
|
|
|
|
|
|
|
| List of miscellaneous Windows functions... |
|
|
|
|
|
|
|
| The aliases are used to handle...... |
|
|
|
|
|
|
|
| A window can display information from...... |
|
|
|
|
|
|
|
| Parameter Description variables are used to programmatically describe a parameter. |
|
|
|
|
|
|
|
| The FOR EACH statement is used to browse the available values in the enumerations. |
|
|
|
|
|
|
|
| List of constants for managing WLanguage types.... |
|
|
|
|
|
|
|
| Returns an enumeration value known by its name. |
|
|
|
|
|
|
|
| Returns an enumeration value known by its associated value. |
|
|
|
|
|
|
|
| Checks whether an enumeration value known by its name is valid. |
|
|
|
|
|
|
|
| Syntax Description variables are used to programmatically describe the syntax of a report, window or page. |
|
|
|
|
|
|
|
| Checks whether an enumeration value known by its associated value is valid. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|