ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
Parameters of a procedure with a variable number of parameters
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.
Typecasting of parameters
The description of the parameter type is optional...
Local procedure
Two types of procedures are available...
DocGoIntoEdit (Function)
Enters in edit in the Word Processing control in a specific document section: body, header...
MQTTUnsubscribeAll (Function)
Allows you to unsubscribe from all the existing subscriptions.
DocExitEdit (Function)
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit.
iSequencingAddDoc (Function)
Adds a print of Word Processing document into a sequence of report prints.
SysDeviceInfo (Function)
Retrieves information from the mobile device where the application is run
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set...
BeaconListBackgroundDetection (Function)
Returns the list of active Beacon detections started in the background with BeaconDetectBackground.
BeaconStopBackgroundDetection (Function)
Stops one or more Beacon detections in the background.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
BeaconStopPreciseDetection (Function)
Stops the Beacon detection started by BeaconDetectPrecise.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
SpreadsheetSavePositionAndSelection (Function)
Saves: the scrollbar position in a Spreadsheet control for the current worksheet, the current...
SpreadsheetRestorePositionAndSelection (Function)
Restores: the scrollbar position in a Spreadsheet control, the current worksheet,...
SpreadsheetAddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC)...
MemcachedAdd (Function)
Adds a new key/value couple into the Memcached cache....
MemcachedModify (Function)
Modifies a key/value couple in the Memcached cache....
MemcachedAssign (Function)
Modifies a key/value couple in the Memcached cache: If the key exists, the value is modified....
MemcachedAddPrefix (Function)
Adds a value at the start of existing value in the cache for the given key.
MemcachedAddSuffix (Function)
Adds a value at the end of existing value in the cache for the given key.
MemcachedDelete(Function)
Deletes a key from the Memcached cache.
MemcachedIncrement (Function)
Increments the value associated with a key.
MemcachedDecrement (Function)
Decrements the value associated with a key. The key is created if it does not exist.