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 database schema...
<Connection variable>.StartServerUpdate (Function)
Used to immediately start the automatic server update.
<Connection variable>.DisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
<Connection variable>.SendMessageToClient (Function)
Displays a message on the client computers.
<Connection variable>.LoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
<Connection variable>.InfoView (Function)
Returns information about a materialized view.
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HListCustomFolder (Function)
Returns a list of defined Custom-Folders (also called groups): in the current database schema, in ongoing database schemas (projects with multiple database schemas). in the specified database schema....
HDataSourceKnown (Function)
Determines if a data source has been initialized.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
HSendMessageToClient (Function)
Displays a message on the client computers.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
<Polygon2D variable>.Correct (Function)
Returns a corrected version of the specified 2D polygon.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
HListWatchedFiles (Function)
Returns a list of tables monitored by the HWatch function.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
<PolygonGeo variable>.IsValid (Function)
Checks whether the specified geographic polygon is valid according to the OGC rules.
HAddLink (Function)
Adds an integrity rule between two tables on the server.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.