|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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 parameters can be passed to a procedure... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Adds a row as an internal window at the end of a Looper control populated programmatically. |
|
|
|
|
|
|
Inserts a row as an internal window into a Looper control populated programmatically. |
|
|
|
|
|
|
Modifies a row corresponding to an internal window in a Looper control populated programmatically. |
|
|
|
|
|
|
Waits for:
the replication data on the master server to be sent to the subscriber server.... |
|
|
|
|
|
|
Deletes one of the names used to identify a cell found in a Spreadsheet control. |
|
|
|
|
|
|
Returns the list of names that identify a cell in a Spreadsheet control. |
|
|
|
|
|
|
Returns the list of worksheets found in a Spreadsheet control. |
|
|
|
|
|
|
Opens a PDF file displayed in a PDF Reader control. |
|
|
|
|
|
|
Closes and frees the PDF file displayed in a PDF Reader control. |
|
|
|
|
|
|
Adds a new background task. |
|
|
|
|
|
|
Deletes a background task (that was added by BackgroundTaskAdd). |
|
|
|
|
|
|
Returns the list of background tasks for the application. |
|
|
|
|
|
|
Indicates whether the code is run when the application is in background. |
|
|
|
|
|
|
Adds an entry into the history of navigation by associating data. This data will be transmitted... |
|
|
|
|
|
|
Modifies the data of current entry in the navigation history. This data will be transmitted... |
|
|
|
|
|
|
Indicates the start of a group of operations on a Spreadsheet control in a single event (management... |
|
|
|
|
|
|
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event... |
|
|
|
|
|
|
Returns various information about the sort performed in a Spreadsheet control. |
|
|
|
|
|
|
Sorts the values selected in a Spreadsheet control. |
|
|
|
|
|
|
Modifies the name used to identify a cell in a Spreadsheet control. |
|
|
|
|
|
|
Adds a print of PDF document into a sequence of report prints. |
|
|
|
|
|
|
Displays the automatic zoom popup for the Image Gallery control. |
|
|
|
|
|
|
Closes the automatic zoom popup for the image gallery. |
|
|
|
|
|
|
Used to subscribe to a MQTT notification. |
|
|
|
|
|
|
Used to unsubscribe from a MQTT notification. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|