|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Adds or modifies a cookie in an HTTP request. |
|
|
|
|
|
|
|
| Opens the default telephony application (dialer) found on the phone and dials the specified number. |
|
|
|
|
|
|
|
| Opens the default telephony application (dialer) and displays the specified number. No call... |
|
|
|
|
|
|
|
| Retrieves a header in the SOAP message received further to a call to a Webservice. |
|
|
|
|
|
|
|
| Retrieves the information about the last known device position. |
|
|
|
|
|
|
|
| Stops the location detection triggered by GPSDetectPosition. |
|
|
|
|
|
|
|
| Adds an attribute to an automatic variable generated by the import of a Webservice. |
|
|
|
|
|
|
|
| Defines a node of the HFSQL cluster as data source to perform the cluster synchronization. |
|
|
|
|
|
|
|
| Validates an XML document from an XSD schema. |
|
|
|
|
|
|
|
| Adds a new appointment into a Scheduler control. |
|
|
|
|
|
|
|
| Deletes an appointment from a Scheduler control. |
|
|
|
|
|
|
|
| Deletes all appointments and resources from a Scheduler control. |
|
|
|
|
|
|
|
| Returns:
the list of appointments found between two dates in a Scheduler control,... |
|
|
|
|
|
|
|
| Adds a new resource into a Scheduler control. |
|
|
|
|
|
|
|
| Validates an XML node, its children and its attributes from its description in the XSD schema... |
|
|
|
|
|
|
|
| Deletes a resource from a Scheduler control. |
|
|
|
|
|
|
|
| Selects an appointment in a Scheduler control. |
|
|
|
|
|
|
|
| Deselects an appointment from a Scheduler control. |
|
|
|
|
|
|
|
| Returns the list of certificates available on the computer. |
|
|
|
|
|
|
|
| Opens a window for selecting the certificates. The listed certificates are the certificates... |
|
|
|
|
|
|
|
| Creates the signature of a character string. |
|
|
|
|
|
|
|
| Creates the signature of a file. This signature can be stored in a Buffer variable or in a text... |
|
|
|
|
|
|
|
| Checks the correspondence between a signature and a string. |
|
|
|
|
|
|
|
| Extracts a certificate from a signature buffer or from a print duplicate. |
|
|
|
|
|
|
|
| Opens the Windows window used to find out the properties of a certificate. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|