|
|
|
|
|
|
|
You want to include your code lines in a condition, in a structure, ...... |
|
|
|
|
|
|
All WLanguage code is written in the code editor, which offers several events on a given control ...... |
|
|
|
|
|
|
Each report block is associated with different events...... |
|
|
|
|
|
|
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo...... |
|
|
|
|
|
|
The formatted display control includes some properties that can be used...... |
|
|
|
|
|
|
List of properties associated with the Line control... |
|
|
|
|
|
|
WINDEV enables you to handle an OLE control by programming...... |
|
|
|
|
|
|
The following properties can be used on a Video control:... |
|
|
|
|
|
|
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc.... |
|
|
|
|
|
|
WINDEV allows you to handle a Carousel control through programming...... |
|
|
|
|
|
|
A Navigation Bar control found in a page can be handled in WLanguage by the following properties...... |
|
|
|
|
|
|
Several types of controls can be handled in a dynamic page ...... |
|
|
|
|
|
|
List of properties associated with the Applet control... |
|
|
|
|
|
|
WINDEV allows you to handle a Toolbar control through programming...... |
|
|
|
|
|
|
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query...... |
|
|
|
|
|
|
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application. |
|
|
|
|
|
|
The Compile keyword can correspond to:
the Compile function, which dynamically compiles a procedure whose source code is specified..
the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type).... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|