|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| Searches for a contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
|
| Reads the last contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
|
| Modifies the current contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
|
| Reads the contact before the current contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
|
| Reads the first contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
|
| Reinitializes:
the Contact structure.
a Contact variable.... |
|
|
|
|
|
|
|
| Reads the contact after the current contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
|
| Deletes the current contact:
from a Lotus Notes or Outlook address book.
from the list... |
|
|
|
|
|
|
|
| Calculates the Hash of a character string according to a specific algorithm. |
|
|
|
|
|
|
|
| Calculates the Hash of a file according to a specific algorithm. |
|
|
|
|
|
|
|
| Checks the Hash of a character string for a specific type of algorithm. |
|
|
|
|
|
|
|
| Collapses:
a branch that was previously expanded in a TreeView Table control.
a break... |
|
|
|
|
|
|
|
| Returns the "children" of an element (lower level) in a TreeView Table control. |
|
|
|
|
|
|
|
| Checks the existence of an element in a TreeView Table and returns its type (node or leaf)... |
|
|
|
|
|
|
|
| When the code is overridden, used to run the process of the template corresponding to the process... |
|
|
|
|
|
|
|
| Returns the "parent" of an element in a TreeView Table control. |
|
|
|
|
|
|
|
| Allows you to access data handled by the Outlook messaging software (emails, contacts, groups... |
|
|
|
|
|
|
|
| Adds a folder into the messaging software (Outlook, messaging software using the IMAP protocol... |
|
|
|
|
|
|
|
| Finds one or more emails according to the criteria specified in the messaging software (Outlook,... |
|
|
|
|
|
|
|
| Returns the name of current folder in the messaging software (Outlook, messaging software using... |
|
|
|
|
|
|
|
| Returns the list of folders:
found in the Outlook messaging software.
for an IMAP session.... |
|
|
|
|
|
|
|
| Deletes a folder from the Outlook messaging software or from an IMAP server. |
|
|
|
|
|
|
|
| Modifies the current folder in the messaging software (Outlook, messaging software using the IMAP... |
|
|
|
|
|
|
|
| Allows you to:
enable and disable the standby mode (Android)
display the system screen used... |
|
|
|
|
|
|
|
| Returns the IMEI number of the current device. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|