|
|
|
|
|
|
|
The arithmetic operators are...... |
|
|
|
|
|
|
We are going to call the elements developed in WINDEV (project, windows, analysis, ...... |
|
|
|
|
|
|
You have the ability to use external languages with WINDEV...... |
|
|
|
|
|
|
We are going to call the elements developed in WINDEV (project, windows, analysis, ...... |
|
|
|
|
|
|
We are going to call the elements developed in WINDEV (project, windows, analysis, ...... |
|
|
|
|
|
|
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx...... |
|
|
|
|
|
|
Running a WLanguage function by dynamic compilation with command formatting...... |
|
|
|
|
|
|
We are going to call the elements developed in WINDEV (project, windows, analysis, ...... |
|
|
|
|
|
|
The memory occupied by a dynamic object (array, class object, ... |
|
|
|
|
|
|
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file... |
|
|
|
|
|
|
The Null keyword can be used according to different methods in WLanguage...... |
|
|
|
|
|
|
STOP is used to call the WLanguage debugger during a test in the editor... |
|
|
|
|
|
|
Returns the remainder of a division. |
|
|
|
|
|
|
The comparison operators can be divided into several categories...... |
|
|
|
|
|
|
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators...... |
|
|
|
|
|
|
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item... |
|
|
|
|
|
|
The numeric type is used to contain integer or decimal numbers by specifying if necessary:
the number of digits in the integer part.
the number of digits in the integer part and in the decimal part.... |
|
|
|
|
|
|
The File Description variable is used to programmatically describe data files. |
|
|
|
|
|
|
A Link Description variable is used to describe a link between two data files through programming. |
|
|
|
|
|
|
An Item Description variable is used to describe one or more items in a data file programmatically. |
|
|
|
|
|
|
The global procedures are grouped in set of procedures...... |
|
|
|
|
|
|
A Data source variable is used to describe a temporary data source (query, view, alias, ...) |
|
|
|
|
|
|
Dynamically compiles an Procedure whose source code is provided (dynamic compilation). |
|
|
|
|
|
|
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|