|
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Used to identify or modify a control in an HTML form contained in an HTML Display control. |
|
|
|
|
|
|
Executes a WLanguage event associated with a control in an HTML page displayed by an HTML Display... |
|
|
|
|
|
|
Validates a form in an HTML page displayed in an HTML Display control. |
|
|
|
|
|
|
Returns the buffer encoded in a BIP39 mnemonic phrase. |
|
|
|
|
|
|
Generates a TOTP Key for an application user. |
|
|
|
|
|
|
Generates a link to register an account in an authentication application. When associated... |
|
|
|
|
|
|
Verifies the code given by an authentication application. |
|
|
|
|
|
|
Indicates if the current code is being executed on the global service of the WebSocket server. |
|
|
|
|
|
|
Returns the list of serial and parallel ports on the computer. |
|
|
|
|
|
|
Asynchronously retrieves the value of one of the properties of an HTML Editor control. |
|
|
|
|
|
|
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.). |
|
|
|
|
|
|
Asynchronously retrieves the current selection from an HTML Editor control. |
|
|
|
|
|
|
Asynchronously retrieves the HTML document being displayed in an HTML Edit control. |
|
|
|
|
|
|
Inserts text or HTML code at the cursor position in an HTML Editor control. |
|
|
|
|
|
|
Replaces one string with another in an HTML Editor control. |
|
|
|
|
|
|
Modifies the style of the selected elements in an HTML Editor control. |
|
|
|
|
|
|
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates... |
|
|
|
|
|
|
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image... |
|
|
|
|
|
|
Executes a global procedure in the context of the global service of the WebSocket server. |
|
|
|
|
|
|
Executes a SELECT query asynchronously. |
|
|
|
|
|
|
Executes an SQL query asynchronously. |
|
|
|
|
|
|
Selects files from an archive. |
|
|
|
|
|
|
Exports the content of an HTML Editor control to an Email variable (to send the email). |
|
|
|
|
|
|
Imports the HTML content of an email and its images into an HTML Editor control. The images... |
|
|
|
|
|
|
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|