|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Finds a character string:
in an entire Word Processing document.
in a fragment.... |
|
|
|
|
|
|
Creates a character string from the data:
found in a Word Processing control or in a Word... |
|
|
|
|
|
|
Prints a document in "docx" format. |
|
|
|
|
|
|
Selects a fragment in a Word Processing control. |
|
|
|
|
|
|
Converts a Word Processing document into an HTML file. |
|
|
|
|
|
|
Creates a Repositionable Note control in the curernt window through programming. |
|
|
|
|
|
|
Saves the repositionable notes of the current window in a file. |
|
|
|
|
|
|
Imports and displays the repositionable notes of the current window saved beforehand... |
|
|
|
|
|
|
Returns the start or end date and time of the time slot selected in an Organizer control. |
|
|
|
|
|
|
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed... |
|
|
|
|
|
|
Inserts a row into a Table control or into a TreeView Table control with an animation. |
|
|
|
|
|
|
Adds a row to a Table or TreeView Table control with an animation. |
|
|
|
|
|
|
Used to indicate the specific working hours per day and per resource in a Scheduler control. |
|
|
|
|
|
|
Used to indicate the specific working hours per day in a Scheduler control. |
|
|
|
|
|
|
Deletes a row from a Spreadsheet control. |
|
|
|
|
|
|
Deletes a column from a Spreadsheet control. |
|
|
|
|
|
|
Starts tracking write actions (addition, modification or deletion) performed on a file found... |
|
|
|
|
|
|
Creates a connection to a MongoDB server or cluster. |
|
|
|
|
|
|
Displays a customizable message in the trace window opened in parallel with the current window. |
|
|
|
|
|
|
Retrieves the list of tables found on an HBase server. |
|
|
|
|
|
|
Retrieves the description of an HBase table. |
|
|
|
|
|
|
Prints an image of the signature in a rectangular area. |
|
|
|
|
|
|
Creates an HBase table or modifies the description of an HBase table. |
|
|
|
|
|
|
Reads cells (values of items) of a row (record) in an HBase table. |
|
|
|
|
|
|
Writes cells (values of items) to one or more rows (records) in an HBase table. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|