|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A composite variable contains different types of elements (members)... |
|
|
|
|
|
|
|
| A report based on a variable is used to directly print the information found in a WLanguage variable... |
|
|
|
|
|
|
|
| A variable is defined by name and type... |
|
|
|
|
|
|
|
| The code editor proposes several tools used to correct the code... |
|
|
|
|
|
|
|
| Identifies the type of an expression, a variable (during a call to a procedure for example) or a control. |
|
|
|
|
|
|
|
| Three assignment operators are available... |
|
|
|
|
|
|
|
| The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler... |
|
|
|
|
|
|
|
| The advanced types of WLanguage are as follows |
|
|
|
|
|
|
|
| A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc. |
|
|
|
|
|
|
|
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 constants are language elements whose value is fixed once and for all... |
|
|
|
|
|
|
|
| The hbTableDescription type is used to define and find out the characteristics of an HBase table. |
|
|
|
|
|
|
|
| The hbColumnDescription type is used to define the advanced characteristics of a group of columns... |
|
|
|
|
|
|
|
| The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase... |
|
|
|
|
|
|
|
| The hbReading type is used to define the characteristics of a read operation. |
|
|
|
|
|
|
|
| The hbCell type is used to define the advanced characteristics of the content of a cell (item... |
|
|
|
|
|
|
|
| The hbWriting type is used to define the characteristics of a write operation that will... |
|
|
|
|
|
|
|
| The hbConnection type is used to define the characteristics of a connection to a HBase server. |
|
|
|
|
|
|
|
| The hbScanParameter type is used to define the parameters for iterating over the records... |
|
|
|
|
|
|
|
| The hbScanResult type is used to define all the advanced characteristics of the result... |
|
|
|
|
|
|
|
| The fbSession type is used to describe a connection to the Facebook service and to manage... |
|
|
|
|
|
|
|
| The mongoDatabaseInfo type is used to define the advanced characteristics of information... |
|
|
|
|
|
|
|
| The mongoCollectionOption type is used to define the advanced characteristics of collection options... |
|
|
|
|
|
|
|
| The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB... |
|
|
|
|
|
|
|
| The mongoResult type is used to find out the result during a search performed in a MongoDB... |
|
|
|
|
|
|
|
| The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB... |
|
|
|
|
|
|
|
| The Document type is used to handle a "docx" document. |
|
|
|
|
|
|
|
| The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL... |
|
|
|
|
|
|
|
| The docFragment type is used to define the characteristics of a fragment found in a "docx"... |
|
|
|
|
|
|
|
| The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document. |
|
|
|
|
|
|
|
| The docElement type is used to handle each element found in a docParagraph variable. |
|
|
|
|
|
|
|
| The docStyle type is used to define the advanced characteristics of a style belonging... |
|
|
|
|
|
|
|
| ... in a DocElement variable. |
|
|
|
|
|
|
|
| The Token type is used to define all the advanced characteristics of a token displayed in an edit... |
|
|
|
|
|
|
|
| CriticalSection variables are used to define critical sections to limit the simultaneous execution... |
|
|
|
|
|
|
|
| The type notificationCategory makes it possible to define all the advanced characteristics... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|