ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS functions
The SaaS functions are as follows:
<Document variable>.UndoCount (Function)
Returns the number of actions that can be undone in a Document variable.
<Word Processing>.UndoCount (Function)
Returns the number of actions that can be undone in a Word Processing control.
<Pivot table>.SelectCount (Function)
Returns the number of selected cells in a Pivot Table control.
<Connection variable>.UpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
<Connection variable>.UpdateQuery (Function)
Creates or updates a query on an HFSQL server.
DriveListeDirectory (Function)
Lists the directories of an Drive.
DriveListeFile (Function)
Lists files in an Drive directory.
PicClose (Function)
Closes the image found in an Image Editor control.
AuthImportToken( Function)
Creates a webservice access token from an description token in JSON format.
DriveCreateFile (Function)
Creates a file on the remote disk.
DriveCreateDirectory (Function)
Creates a directory on the remote disk.
<Document variable>.RedoCount (Function)
Returns the number of canceled actions that can be redone on a Document variable.
Token management functions
Token management functions in "Text token" Edit controls....
DriveListeFileGgl (Function)
Lists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
Redis management functions
The following functions are used to manage a Redis database:...
File download functions
The following functions are used to manage downloads......
ScanList (Function)
Lists the scanners connected to the current computer.
<Source>.MergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Telephony functions
List of telephony functions...
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Error 14: ELSE statement without IF
PicRotation (Function)
Rotates a WDPic image.
HIndex (Example)
Usage example of the HIndex function