|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Imports JSON data into the current record. |
|
|
|
|
|
|
Allows you to:
Delete a declaration made previously using HDeclare, HDeclareExternal,... |
|
|
|
|
|
|
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers. |
|
|
|
|
|
|
Moves the map displayed in the Map control so that the specified geographic area can be seen... |
|
|
|
|
|
|
Adds a new image to the map displayed in a Map control. |
|
|
|
|
|
|
Adds a new shape (polygon, line, circle) to the map displayed in a Map control. |
|
|
|
|
|
|
Deletes an image drawn on the map displayed in a Map control. |
|
|
|
|
|
|
Deletes a shape drawn on the map displayed in an Map control. |
|
|
|
|
|
|
Indicates whether the popup of a marker in a Map control is displayed. |
|
|
|
|
|
|
Modifies an image drawn on the map displayed in a Map control. |
|
|
|
|
|
|
Modifies a shape drawn on the map displayed in a Map control. |
|
|
|
|
|
|
Limits the geographic area displayed in the Map control. |
|
|
|
|
|
|
Closes the popup of a marker displayed in the Map control. |
|
|
|
|
|
|
Opens the popup of a marker displayed in a Map control. |
|
|
|
|
|
|
Changes the style of the map displayed in the Map control. |
|
|
|
|
|
|
Returns the style used by the map displayed in the Map control. |
|
|
|
|
|
|
Selects files from an archive. |
|
|
|
|
|
|
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.). |
|
|
|
|
|
|
Reads one or more registers from a Modbus slave, starting at a specific address. |
|
|
|
|
|
|
Reads one or more single-precision floats from a Modbus slave, starting at a specific address. |
|
|
|
|
|
|
Reads one or more bits from a Modbus slave, starting at a specific address. |
|
|
|
|
|
|
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address. |
|
|
|
|
|
|
Closes the Modbus session. |
|
|
|
|
|
|
Writes one or multiple bits to a specific address in a Modbus slave. |
|
|
|
|
|
|
Writes one or more single-precision floats to a Modbus slave, starting at a specific address. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|