|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler... |
|
|
|
|
|
|
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control. |
|
|
|
|
|
|
Modifies the time range displayed by an Organizer control (Day/Week/Month).... |
|
|
|
|
|
|
Checks the correspondence between a signature and a file. The signature was kept as an external... |
|
|
|
|
|
|
Checks the correspondence between a signature and a file. The signature was stored as a Buffer... |
|
|
|
|
|
|
Initializes the parameters of a subreport of a composite report. |
|
|
|
|
|
|
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad,... |
|
|
|
|
|
|
Opens the form of a contact in edit mode in the device's native contacts application (Android,... |
|
|
|
|
|
|
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows). |
|
|
|
|
|
|
Extracts a resource from the application into a physical device location. |
|
|
|
|
|
|
Retrieves the characteristics of a stack: types of elements and number of elements. |
|
|
|
|
|
|
Retrieves the characteristics of a queue: types of elements and number of elements. |
|
|
|
|
|
|
Retrieves the characteristics of a WLanguage list: types of elements and number of elements. |
|
|
|
|
|
|
Returns the appointment, the resource or the date found at given position in a Scheduler control. |
|
|
|
|
|
|
Returns the availability status of the storage card on the device. |
|
|
|
|
|
|
Displays the window for contact creation of the native application for contact management found... |
|
|
|
|
|
|
Gets the description of a type identified by name. |
|
|
|
|
|
|
Starts the native application for sending emails found on the current computer:
Computer... |
|
|
|
|
|
|
Refreshes the display of a TreeView control from a given position. |
|
|
|
|
|
|
Displays the drawing in the Image control. |
|
|
|
|
|
|
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array... |
|
|
|
|
|
|
Indicates whether the code is run in Linux mode or not. |
|
|
|
|
|
|
Deletes from the webservice context a variable added by DeclareWebserviceContext. |
|
|
|
|
|
|
Indicates whether the code is run in Windows mode or not. |
|
|
|
|
|
|
Disables the execution of an action found in an action plan. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|