|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Creates a scheduled task on an HFSQL server:
stored procedure,
backup,
optimization,... |
|
|
|
|
|
|
Deletes a scheduled task found on an HFSQL server:
stored procedure,
backup,
optimization,... |
|
|
|
|
|
|
Modifies a scheduled task on an HFSQL server:
stored procedure,
backup,
optimization,... |
|
|
|
|
|
|
Disconnects the user from the Google services used. During the next re-connection,... |
|
|
|
|
|
|
Lists the scheduled tasks defined on an HFSQL server:
stored procedure,
backup,... |
|
|
|
|
|
|
Immediately runs a scheduled task regardless of its schedule:
stored procedure,
backup,... |
|
|
|
|
|
|
Inserts an empty row into a Spreadsheet control found in a window. |
|
|
|
|
|
|
Returns the instance of the API of Map control. |
|
|
|
|
|
|
Allows you to find out the rights granted to a user or to a group on an SQL view... |
|
|
|
|
|
|
Sends a REST request and waits for the server response. |
|
|
|
|
|
|
Defines the zoom of a chart. |
|
|
|
|
|
|
Modifies the border of selected cells in a Spreadsheet control found in a window. |
|
|
|
|
|
|
Closes the XLSX document that was opened by SpreadsheetLoad. |
|
|
|
|
|
|
Selects one or more cells in a Spreadsheet control found in a window. |
|
|
|
|
|
|
Deselects one or more cells in a Spreadsheet control found in a window. |
|
|
|
|
|
|
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size... |
|
|
|
|
|
|
Retrieves the list of selected cells in a Spreadsheet control found in a window. |
|
|
|
|
|
|
Retrieves the name of a cell, XLS worksheet or Spreadsheet control according to its coordinates. |
|
|
|
|
|
|
Returns the coordinates of a cell, XLS file or spreadsheet control according to its name. |
|
|
|
|
|
|
Retrieves the calculation formula of a cell found in a Spreadsheet control of a window. |
|
|
|
|
|
|
Inserts an empty column into a Spreadsheet control found in a window. |
|
|
|
|
|
|
Creates or updates the description of an SQL view or materialized view from the analysis... |
|
|
|
|
|
|
Adds a class into the HTML classes of a control. |
|
|
|
|
|
|
Toggles a class in the HTML classes of a control: if the class does not exist, it is added;... |
|
|
|
|
|
|
Deletes a class from the HTML classes of a control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|