ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
HCopyFile (Function)
Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the tables for example). from an HFSQL server to antoher HFSQL server....
<Connection variable>.CopyFile (Function)
Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the tables for example). from an HFSQL server to antoher HFSQL server....
DocDeleteTableOfContents (Function)
Deletes a table of contents from a document.
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
HTTPAddFile (Function)
Adds a file to the HTTP form.
rssInitialize (Function)
Loads a RSS stream in memory.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
WinCopyForm (Function)
Copies the content of a form into the clipboard.
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
MQTTPublish (Function)
Publishes a message on the MQTT broker.
fLoadResource (Function)
Loads the content of a resource from a library.
<emailIMAPSession variable>.RemoveFolder (Function)
Deletes a folder on an IMAP server.
<Image>.DrawBorder (Function)
Draws the borders in an Image control.
<Image variable>.DrawBorder (Function)
Draws the borders in an Image variable.
<mqttSession variable>.Publish (Function)
Publishes a message on the MQTT broker.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
WDContinueError: Resume on error
This function forces the execution to resume after an error......