|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
Creates an Excel file with the data from a Table or TreeView Table control. |
|
|
|
|
|
|
Adds a row as an internal page at the end of a Looper control populated programmatically. |
|
|
|
|
|
|
Inserts a row as an internal page into a Looper control populated programmatically. |
|
|
|
|
|
|
Modifies a row corresponding to an internal page in a Looper control populated programmatically. |
|
|
|
|
|
|
Tests the validity of a French tax number. |
|
|
|
|
|
|
Inserts a card in a Kanban list. |
|
|
|
|
|
|
Adds a card to a list in a Kanban control. |
|
|
|
|
|
|
Adds a card to a list in a Kanban control. |
|
|
|
|
|
|
Unmerges the specified or selected cell in a Spreadsheet control. |
|
|
|
|
|
|
Allows you to take a photo from an Android device with the properties of the Camera control passed... |
|
|
|
|
|
|
Stops the video recording previously started by CameraVideoStart. |
|
|
|
|
|
|
Starts recording a video via a Camera control in an Android or iOS application. |
|
|
|
|
|
|
Sets the starting angle of the first section in the following types of chart:
Pie,... |
|
|
|
|
|
|
Adds data to a Radial Bar chart. |
|
|
|
|
|
|
Sets the rotation direction in a Radial Bar chart. |
|
|
|
|
|
|
Sets the maximum value in a Radial Bar chart. |
|
|
|
|
|
|
Modifies the percentage that corresponds the hole radius in the following charts:
Donut,... |
|
|
|
|
|
|
Opens a window whose result will be retrieved via a WLanguage procedure ("callback"). |
|
|
|
|
|
|
Opens a popup window by specifying its opening position and waits until it is closed. |
|
|
|
|
|
|
Removes a previously sent interactive notification. |
|
|
|
|
|
|
Sends an interactive notification to the system in order to be displayed. |
|
|
|
|
|
|
Gets the value of a key from a Redis server as a string. |
|
|
|
|
|
|
Changes the value of a key on a Redis server. |
|
|
|
|
|
|
Searches for a value in all the columns of the following controls:
Table control,
TreeView... |
|
|
|
|
|
|
Checks the validity of a U.S. Social Security Number. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|