|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| 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 procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Deletes a connection from a WEBDEV Application Server. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Selects a shape in a Diagram Editor control. |
|
|
|
|
|
|
|
| Saves a diagram as a "diag" file. |
|
|
|
|
|
|
|
| Deselects a shape in a Diagram Editor control. |
|
|
|
|
|
|
|
| Exports a diagram to a variable of type Image. |
|
|
|
|
|
|
|
| Loads a diagram file and creates a library of preset shapes from it. |
|
|
|
|
|
|
|
| Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|