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...
HDeclare (Function)
Declares a description of table (found in a database schema) in the current project.
HDescribeItem (Example)
Usage example of the HDescribeItem function
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
<Source>.Password (Function)
Defines the password used to create or open a table.
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
HFilter (Function)
Defines and enables a filter on a table, view or query.
<Connection variable>.DeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables....
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
HRegenerateFile (Function)
Regenerates a data file from its log.
HListConnectedUser (Function)
Lists the users currently connected to one or more files handled by a Client/Server connection....
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.