|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage 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. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| Starts running a remote program from the current application. |
|
|
|
|
|
|
|
| Indicates whether the code is run in a service. |
|
|
|
|
|
|
|
| Ends the execution of the current service. |
|
|
|
|
|
|
|
| Pauses the current service during the specified duration. |
|
|
|
|
|
|
|
| Retrieves all the emails found on a server. |
|
|
|
|
|
|
|
| Returns the index of the break header and footer for a given break in a Table control. |
|
|
|
|
|
|
|
| Applies a difference buffer to a specific buffer. |
|
|
|
|
|
|
|
| Retrieves the list of contacts associated with the specified Google account. |
|
|
|
|
|
|
|
| Sends a communication request (HTTP request) to a Google service. |
|
|
|
|
|
|
|
| Retrieves a list of contacts from custom parameters. |
|
|
|
|
|
|
|
| Fills a calendar that was retrieved beforehand: the events corresponding to the calendar... |
|
|
|
|
|
|
|
| Adds an element in last position:
of a one-dimensional WLanguage array.
of an advanced array... |
|
|
|
|
|
|
|
| Adds a row at the end:
of a one- or two-dimensional WLanguage array.
of a two-dimensional... |
|
|
|
|
|
|
|
| Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]). |
|
|
|
|
|
|
|
| Inserts an element at a given position:
into a one-dimensional WLanguage array.... |
|
|
|
|
|
|
|
| Inserts a row at a given position:
into a two-dimensional WLanguage array.
into an advanced... |
|
|
|
|
|
|
|
| Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...). |
|
|
|
|
|
|
|
| Deletes an element at a given position:
from a one-dimensional WLanguage array.... |
|
|
|
|
|
|
|
| Deletes a line at a given position:
from a two-dimensional array.
from the advanced array... |
|
|
|
|
|
|
|
| Deletes a column at a given position from the advanced array property (array of gglCalendar events,... |
|
|
|
|
|
|
|
| Deletes all the elements:
from a one-dimensional or two-dimensional WLanguage array.... |
|
|
|
|
|
|
|
| Allows you to:
move an element in a one-dimensional WLanguage array or in an advanced array... |
|
|
|
|
|
|
|
| Allows you to:
move a row in a two-dimensional WLanguage array or in an advanced array... |
|
|
|
|
|
|
|
| Moves or swaps a column in a two-dimensional array property contained in an advanced type... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|