|
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a 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 description of the parameter type is optional... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
Returns the size of a file (in bytes). |
|
|
|
|
|
|
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues... |
|
|
|
|
|
|
Returns the list of WEBDEV accounts on a WEBDEV Application Server. |
|
|
|
|
|
|
Updates the parameters of a WEBDEV account in a WEBDEV Application Server. |
|
|
|
|
|
|
Returns the list of current connections on a WEBDEV Application Server. |
|
|
|
|
|
|
Deletes a WEBDEV account from a WEBDEV Application Server. |
|
|
|
|
|
|
Deletes a connection from a WEBDEV Application Server. |
|
|
|
|
|
|
Creates a WEBDEV account on a WEBDEV Application Server. |
|
|
|
|
|
|
Recalculates all formulas in an Excel (XLSX) document. |
|
|
|
|
|
|
Determines if a cell is merged with other cells and gets the merged cell range. |
|
|
|
|
|
|
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display... |
|
|
|
|
|
|
Converts the content of a JSON variable to a JSON string. |
|
|
|
|
|
|
Converts a JSON string to XML. |
|
|
|
|
|
|
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key... |
|
|
|
|
|
|
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES,... |
|
|
|
|
|
|
Sends a REST request and waits for the server response. |
|
|
|
|
|
|
Defines a new holiday period on a row in a Gantt Chart column of a Table or TreeView Table control. |
|
|
|
|
|
|
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table... |
|
|
|
|
|
|
Adds a task in a Gantt Chart column in a Table or TreeView Table control. |
|
|
|
|
|
|
Changes the number of days displayed in a Gantt Chart column in a Table or TreeView Table control. |
|
|
|
|
|
|
Reorganizes the tasks of a Gantt chart according to the constraints (dependencies and resources). |
|
|
|
|
|
|
Sets the first day and time displayed in a Gantt Chart column in a Table or TreeView Table control. |
|
|
|
|
|
|
Removes all tasks from a Gantt Chart column in a Table or TreeView Table control. |
|
|
|
|
|
|
Defines the time range displayed in a Gantt Chart column in a Table or TreeView Table control. |
|
|
|
|
|
|
Overwrites the working hours on a row in a Gantt Chart column in a Table or TreeView Table control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|