|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Returns the start or end date and time of the time slot selected in a Scheduler control. |
|
|
|
|
|
|
Deletes a collection from a MongoDB database. |
|
|
|
|
|
|
Configures the SMTP session associated with the administrator account of a SaaS session. |
|
|
|
|
|
|
Adds a token to a "Text token" Edit control. |
|
|
|
|
|
|
Inserts a token into a "Text token" Edit control. |
|
|
|
|
|
|
Returns the number of tokens present in a "Text token" Edit control. |
|
|
|
|
|
|
Deletes a token from a "Text token" Edit control. |
|
|
|
|
|
|
Deletes all the tokens from a "Text token" edit control. |
|
|
|
|
|
|
Loads the content of a resource from a library. |
|
|
|
|
|
|
Changes the Z-order of an Image or Text Area element in a DocX document. |
|
|
|
|
|
|
Lists the notification categories of the application. |
|
|
|
|
|
|
Deletes a notification category from the application. |
|
|
|
|
|
|
Creates a new Dockable Panel control in the current window. |
|
|
|
|
|
|
Attaches or changes the attach position of a Dockable Panel control. |
|
|
|
|
|
|
Detaches a Dockable Panel control to transform it into a floating window. |
|
|
|
|
|
|
Retrieves the position of a Dockable Panel control. |
|
|
|
|
|
|
Enumerates the Dockable Panel controls in a window. |
|
|
|
|
|
|
Saves the current configuration of the Dockable Panel controls of a window. |
|
|
|
|
|
|
Restores the configuration of the Dockable Panel controls in a window. |
|
|
|
|
|
|
Writes a character string in the standard output stream "stdout" (also called "console"). |
|
|
|
|
|
|
Writes a character string in the standard error output stream "stderr". |
|
|
|
|
|
|
Reads a string in the standard input stream "stdin". |
|
|
|
|
|
|
Opens a system window to select a resource from:
from the device file system,
from the Cloud... |
|
|
|
|
|
|
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI... |
|
|
|
|
|
|
Loads in the background the content of a resource (image, text, etc.) identified by its URI... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|