ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListStopWord (Function)
Returns the list of stop words used by a full-text index.
fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
2. Analysis in practice
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......