|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage 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 parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| Transforms the crossed records (HCross) into deleted records. |
|
|
|
|
|
|
|
| Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control. |
|
|
|
|
|
|
|
| Declares a (1, 1) (0, n) link between two tables. |
|
|
|
|
|
|
|
| Changes the color of links in all RTF Edit controls in the application. |
|
|
|
|
|
|
|
| Deletes an object from the LDAP server. |
|
|
|
|
|
|
|
| Lists the content of a directory found on a Hadoop server. |
|
|
|
|
|
|
|
| Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns... |
|
|
|
|
|
|
|
| Opens the system date picker. |
|
|
|
|
|
|
|
| Checks if a socket already exists. |
|
|
|
|
|
|
|
| Returns the version number of the .Net Framework available on the current computer. |
|
|
|
|
|
|
|
| Calls an external .php script and returns the result in a string. |
|
|
|
|
|
|
|
| Converts the content of the current record to string (in a table, HFSQL view, query, etc.). |
|
|
|
|
|
|
|
| Returns the total size (in bytes) of the file currently uploaded via an Upload control. |
|
|
|
|
|
|
|
| Indicates the status of the media file played in the Multimedia control. |
|
|
|
|
|
|
|
| Adds a widget into a Dashboard control during Drag and Drop. |
|
|
|
|
|
|
|
| Deletes the colors specified by grHMColor from a Heatmap chart. |
|
|
|
|
|
|
|
| Sets the position on the last row of the query result. |
|
|
|
|
|
|
|
| Retrieves the value of a property for a USB device. |
|
|
|
|
|
|
|
| Automatically associates each column of the query result with a control or with a variable... |
|
|
|
|
|
|
|
| Used to find out and modify some settings of HFSQL Client/Server server.... |
|
|
|
|
|
|
|
| Opens the form of a contact in the native application for contact management of the device... |
|
|
|
|
|
|
|
| Subscribes to a Redis broadcast channel. |
|
|
|
|
|
|
|
| Modifies the value of a key on a group of servers if this one was not modified. |
|
|
|
|
|
|
|
| Inserts a row into:
a Table control,
a TreeView Table control.... |
|
|
|
|
|
|
|
| Defines the options for the XLS file generated during the print. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|