|
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Allows you to:
determine if the "Allow end users to modify the UI" option is enabled... |
|
|
|
|
|
|
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
Undoes all the modifications made by the end user ("Allow end users to modify the UI" option... |
|
|
|
|
|
|
Saves the changes made when the "Modification of UI by the end user" mode is enabled. |
|
|
|
|
|
|
Indicates the number of controls selected when the interface is modified by the end user ("Allow... |
|
|
|
|
|
|
Selects a control when the interface is modified by the end user ("Allow end users to modify... |
|
|
|
|
|
|
Deselects a control when the interface is modified by the end user ("Allow end users to modify... |
|
|
|
|
|
|
Undoes the last action performed by the end user when modifying the interface ("Allow end users... |
|
|
|
|
|
|
Tests the validity of a Canadian tax number. |
|
|
|
|
|
|
Tests the validity of a tax number in Spain. |
|
|
|
|
|
|
Tests the validity of a tax number in Germany. |
|
|
|
|
|
|
Collpases a collapsed ribbon that is temporily expanded. |
|
|
|
|
|
|
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback"). |
|
|
|
|
|
|
Initializes the parameters of a subreport of a composite report. |
|
|
|
|
|
|
Initializes the query linked to the report. |
|
|
|
|
|
|
Initializes the query linked to the report (for a query with parameters). |
|
|
|
|
|
|
Sends a stop request to a thread. |
|
|
|
|
|
|
Several file descriptions can be grouped into a "Custom-Folder"...... |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls...... |
|
|
|
|
|
|
Google Analytics is a very popular tool for measuring site traffic...... |
|
|
|
|
|
|
We are going to call the elements developed in WINDEV (project, windows, analysis, ...... |
|
|
|
|
|
|
A secondary thread cannot directly open a window with the standard WLanguage functions such as...... |
|
|
|
|
|
|
This help page explains how to manage a multi-selection in a Table control.... |
|
|
|
|
|
|
We are going to call the elements developed in WINDEV (project, windows, ...... |
|
|
|
|
|
|
WDAPI simplifies the use of Windows APIs in a WINDEV application...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|