|
|
|
|
|
|
|
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 a buffer to the specified size filled with random data, that can be used... |
|
|
|
|
|
|
Returns a random number that can be used with the cryptographic technologies. |
|
|
|
|
|
|
Checks whether an expression is set to True in assertive programming and in automated test mode. |
|
|
|
|
|
|
Checks whether an expression is false in assertive programming and in automated test mode. |
|
|
|
|
|
|
Checks whether an expression is Null in assertive programming and in automated test mode. |
|
|
|
|
|
|
Checks whether an expression is not Null in assertive programming and in automated test mode. |
|
|
|
|
|
|
Checks whether the expressions are equal in assertive programming and in automated test mode. |
|
|
|
|
|
|
Checks whether the specified expressions are different in assertive programming and in automated... |
|
|
|
|
|
|
Generates an RSA private/public key pair.... |
|
|
|
|
|
|
Adds an attachment in a PDF file generated by a PDF print export. |
|
|
|
|
|
|
Generates the image of a bar code. |
|
|
|
|
|
|
Updates on the server all the links of an HFSQL Client/Server data file.... |
|
|
|
|
|
|
Returns the list of visits to a SaaS site. |
|
|
|
|
|
|
Adds a user to a group of the User Groupware database. |
|
|
|
|
|
|
Enables biometric authentication for the connected user or retrieves the current status... |
|
|
|
|
|
|
Transfers a file from an FTP (File Transfer Protocol) server to the current computer. |
|
|
|
|
|
|
Applies a specific layout to a page. |
|
|
|
|
|
|
Returns the index of the current layout:
in the current page.
in the specified page.... |
|
|
|
|
|
|
Initializes the parameters of an internal report used by a report. |
|
|
|
|
|
|
Configures the report viewer. |
|
|
|
|
|
|
Opens a toast whose content is based on an internal window. |
|
|
|
|
|
|
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions). |
|
|
|
|
|
|
Executes a procedure on each element of a source array and returns the results in a WLanguage... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|