|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| Moves a row or swaps two rows in a Table control. |
|
|
|
|
|
|
|
| Moves a row or swaps two rows in a Looper control. |
|
|
|
|
|
|
|
| Clones a menu or a menu option as well as the associated code. |
|
|
|
|
|
|
|
| Changes an information in the mechanism for automatic application update. |
|
|
|
|
|
|
|
| Triggers the automatic update of current application. |
|
|
|
|
|
|
|
| Adds a new option after the last option of a drop-down or context menu. |
|
|
|
|
|
|
|
| Inserts a new option at a specific position. |
|
|
|
|
|
|
|
| Modifies the environment variables of the operating system found on the current computer. |
|
|
|
|
|
|
|
| Adds a new menu to an existing drop-down or context menu of a window or page. |
|
|
|
|
|
|
|
| Inserts a menu before another menu in a window. |
|
|
|
|
|
|
|
| Returns information about the mechanism for automatic application update. |
|
|
|
|
|
|
|
| Adds a new separator in a menu (drop-down or context menu). |
|
|
|
|
|
|
|
| Inserts a separator into a menu. |
|
|
|
|
|
|
|
| Performs a reconnection to the server for all the interrupted connections. The uninterrupted... |
|
|
|
|
|
|
|
| Returns the type of value found in the registry. |
|
|
|
|
|
|
|
| Returns the month displayed in a Calendar control. |
|
|
|
|
|
|
|
| Returns the number of days selected in a Calendar control. |
|
|
|
|
|
|
|
| Returns the date selected in a Calendar control. |
|
|
|
|
|
|
|
| Retrieves an RTF string from the clipboard (the content of the clipboard is in RTF format). |
|
|
|
|
|
|
|
| Calls a server URL that returns data in JSON format (JavaScript Object Notation). |
|
|
|
|
|
|
|
| Adds or inserts a new worksheet into an Excel document. |
|
|
|
|
|
|
|
| Calls an external server URL that returns data in JSON format (JavaScript Object Notation). |
|
|
|
|
|
|
|
| Deletes a worksheet from the Excel document. |
|
|
|
|
|
|
|
| Allows you to find out whether an update is available for the specified application. |
|
|
|
|
|
|
|
| Opens an existing archive in RAR format. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|