|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Enters in edit in the Word Processing control in a specific document section: body, header... |
|
|
|
|
|
|
Allows you to unsubscribe from all the existing subscriptions. |
|
|
|
|
|
|
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit. |
|
|
|
|
|
|
Adds a print of Word Processing document into a sequence of report prints. |
|
|
|
|
|
|
Retrieves information from the mobile device where the application is run |
|
|
|
|
|
|
Notifies the application when the device enters or leaves the transmission range of a set... |
|
|
|
|
|
|
Returns the list of active Beacon detections started in the background with BeaconDetectBackground. |
|
|
|
|
|
|
Stops one or more Beacon detections in the background. |
|
|
|
|
|
|
Used to find the Beacons near the device. |
|
|
|
|
|
|
Stops the Beacon detection started by BeaconDetectPrecise. |
|
|
|
|
|
|
Checks the structural integrity of memos in an HFSQL data file. |
|
|
|
|
|
|
Saves:
the scrollbar position in a Spreadsheet control for the current worksheet,
the current... |
|
|
|
|
|
|
Restores:
the scrollbar position in a Spreadsheet control,
the current worksheet,... |
|
|
|
|
|
|
Adds an image into the current worksheet of a Spreadsheet control. |
|
|
|
|
|
|
Deletes the selected rows from a Looper control. |
|
|
|
|
|
|
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC).... |
|
|
|
|
|
|
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC)... |
|
|
|
|
|
|
Adds a new key/value couple into the Memcached cache.... |
|
|
|
|
|
|
Modifies a key/value couple in the Memcached cache.... |
|
|
|
|
|
|
Modifies a key/value couple in the Memcached cache:
If the key exists, the value is modified.... |
|
|
|
|
|
|
Adds a value at the start of existing value in the cache for the given key. |
|
|
|
|
|
|
Adds a value at the end of existing value in the cache for the given key. |
|
|
|
|
|
|
Deletes a key from the Memcached cache. |
|
|
|
|
|
|
Increments the value associated with a key. |
|
|
|
|
|
|
Decrements the value associated with a key. The key is created if it does not exist. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|