|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Returns or modifies the sound volume of the multimedia file played in a Multimedia control. |
|
|
|
|
|
|
|
| Positions at the end of media file played in the Multimedia control. |
|
|
|
|
|
|
|
| Returns or modifies the current position of the media file currently played in the Multimedia... |
|
|
|
|
|
|
|
| Returns the size of the media file currently played (in milliseconds) in the Multimedia control. |
|
|
|
|
|
|
|
| Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia... |
|
|
|
|
|
|
|
| Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia... |
|
|
|
|
|
|
|
| Indicates the status of the multimedia file played in the Multimedia control. |
|
|
|
|
|
|
|
| Pauses a media file played in a Multimedia control. |
|
|
|
|
|
|
|
| Defines the options used for the universal replication of a file:
the replication direction.... |
|
|
|
|
|
|
|
| Specifies the replication options for an item: the item can be replicated or not. |
|
|
|
|
|
|
|
| Reads a table of SNMP values. |
|
|
|
|
|
|
|
| Defines the options for the XLS file generated during the print. |
|
|
|
|
|
|
|
| Generates the source code of the email message to be sent from the variables in the Email structure... |
|
|
|
|
|
|
|
| Populates an Email variable using the content of its Source property or the different variables... |
|
|
|
|
|
|
|
| Performs an input by emulation in a control while checking whether this control is an editable... |
|
|
|
|
|
|
|
| Simulates a mouse event (left click, right click, double click, ...). |
|
|
|
|
|
|
|
| Indicates the test that will be run during the next window opening. |
|
|
|
|
|
|
|
| Allows you to find out and modify:
the display mode of grayed buttons found in the windows... |
|
|
|
|
|
|
|
| Returns the number of common characters between two strings (from the beginning or from the end... |
|
|
|
|
|
|
|
| Configures the spelling checker for the edit controls and for the Table control columns... |
|
|
|
|
|
|
|
| Sets the position of the source end of an arrow in a "Shape" control. |
|
|
|
|
|
|
|
| Sets the position of the target end of an arrow in a "Shape" control. |
|
|
|
|
|
|
|
| Opens the Windows file picker. |
|
|
|
|
|
|
|
| Returns:
the number of columns found in a Table or TreeView Table control.
the number of rows... |
|
|
|
|
|
|
|
| Finds an element (leaf or node) in a TreeView control and returns its path. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|