|
|
|
|
|
The reserved words of WLanguage are as follows: | | New | Used to allocate memory space for a dynamic array, a dynamic class object or a dynamic structure. | BLOCK | Used to define a block of code in the code editor. | EXTERN | Used to either include a text file containing WLanguage commands in an application, or declare an external object | Delete | Used to explicitly free the memory space occupied by a dynamic array, a dynamic class object or a dynamic structure. | MyWindow | Allows you to handle the current window. | MyBottomSlidingWindow | handle low sliding window associated with current window. | MyRightSlidingWindow | Allows you to handle the right sliding window associated with the current window. | MyLeftSlidingWindow | Allows you to handle the left sliding window associated with the current window. | MyChildWindow | Allows you to handle the child window of the current window. | MyInternalWindow | Allows you to handle the current internal window. | MyPage | Allows you to handle the current page. | MySource | Allows you to handle the current data source (file, view or query). | MyParameters | Allows you to handle the parameters of an Procedure WLanguage (classic Procedure or Procedure with number of Variable parameters). | Modulo | Returns the remainder of a division. | MySelf | Allows you to handle the current control. | MyReport | Allows you to handle the current report | MyParent | Allows you to handle the current Supercontrol from one of its fields. | Null | Allows you to:- specify that a parameter must be ignored in a query: Null and the queries
- specify that a variant variable contains no value: Null and the variants
- compare a value to 0: Null and the numerics
- in some WLanguage functions, specify that the parameter must be ignored: Null and the WLanguage functions
| STOP | Used to call the WLanguage debugger when running a test in the editor. Once this keyword is called, the current test is run in the debugger. |
To this list you must add: - the different types of variables,
- the different WLanguage functions,
- the different WLanguage properties.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|