ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL...
MySQL Native Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis...
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
<Connection variable>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
<Connection variable>.DeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
<Connection variable>.DeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
HFSQL: Change of name
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
HDeleteScheduledBackup (Function)
Deletes a scheduled backup from an HFSQL Client/Server server....
HRSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
HOperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.