ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Implementing the log process in an application
Regardless of the tables used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these tables......
<Source>.ExportCSV (Function)
Exports the records found in a table (HFSQL or OLE DB), a view or a query to a CSV file.
HExportCSV (Function)
Exports the records found in a table (HFSQL or OLE DB), a view or a query to a CSV file.
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
HCheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
HDescribeItem (Function)
Describes a file item through programming.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Source>.ViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HCheckStructure (Function)
Defines the mode for comparing data files.
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
HFilter (Function)
Defines and enables a filter on a data file, view or query.
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......