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 data files specified by the user when installing the application.
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
HCross (Function)
Crosses a record in a data file.
HRegenerateFile (Function)
Regenerates a data file from its log.
<Source>.Cross (Function)
Crosses a record in a data file.
HDescribeFile (Function)
Describes a data file programmatically.
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
Replication (Property)
The Replication property is used to: determine the replication mode used for a data file (defined in the data model editor or programmatically). specify the replication mode used for a data file (file described programmatically only)....
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
<Source>.ChangeName (Function)
Modifies the physical name of a data file.
HChangeName (Function)
Modifies the physical name of a data file.
HCheckStructure (Function)
Defines the mode for comparing data files.
<Source>.CheckStructure (Function)
Defines the mode for comparing data files.
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
<Source>.TrackStop (Function)
Stops tracking a data file on an HFSQL server.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
1
2
3
4
5
6
212
>