ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL...
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
HModify (Example)
Usage example of the HModify function
Translating a text file with WDTRAD
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
<Source>.Password (Function)
Defines the password used to create or open a data file.
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.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
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.
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
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....
<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 data file described in the data model editor. the values of the bound WLanguage variables....
<Connection variable>.CancelBackup (Function)
Cancels a current backup.
<Connection variable>.DeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function