ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
<Source>.SavePosition (Function)
Stores the current file context: current record, filter, pointers.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Universal replication
The purpose of universal replication is to keep several databases synchronized......
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
4. HFSQL Classic
11. Table/Looper controls
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
HReadSeek (Example)
Usage example of the HReadSeek function
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
HForward (Example)
Usage example of the HForward function
REP files
REP files contain the list of tables handled by the application....
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....