|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Deletes a worksheet from the Excel document. |
|
|
|
|
|
|
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it. |
|
|
|
|
|
|
Splits an archive into several sub-archives of a given size. |
|
|
|
|
|
|
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ... |
|
|
|
|
|
|
Adds a folder into the Outlook messaging software. |
|
|
|
|
|
|
Modifies the current folder in the messaging software using the IMAP, ... |
|
|
|
|
|
|
Modifies the current folder in the Outlook messaging software. |
|
|
|
|
|
|
Adds an attached file to an email. |
|
|
|
|
|
|
Generates the source code of the email to send from an Email variable. |
|
|
|
|
|
|
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder... |
|
|
|
|
|
|
Returns the name of the current folder in the messaging software using IMAP (Internet Message... |
|
|
|
|
|
|
Returns the name of the current folder in the Outlook messaging software. |
|
|
|
|
|
|
Deletes records from a Salesforce database. |
|
|
|
|
|
|
Restores previously deleted Salesforce records. |
|
|
|
|
|
|
Seeks and retrieves the records (Salesforce objects) deleted during the specified period. |
|
|
|
|
|
|
Seeks and retrieves the records (Salesforce objects) modified during the specified period. |
|
|
|
|
|
|
Performs a search among the records found in a Salesforce database. |
|
|
|
|
|
|
Modifies the records of a file defined in Salesforce. |
|
|
|
|
|
|
Opens the Windows window used to find out the properties of a certificate. |
|
|
|
|
|
|
Used to subscribe to a MQTT notification. |
|
|
|
|
|
|
Used to connect to a MQTT server (also called "Broker"). |
|
|
|
|
|
|
Allows you to disconnect from a MQTT server (also called "Broker"). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|