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.
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
<Connection variable>.ModifyFileRights (Function)
Modifies the rights granted to a user or group on an HFSQL Client/Server data file....
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
MaxAutoID (Property)
The MaxAutoID property is used to get the maximum automatic identifier of a replicated data file.
MinAutoID (Property)
The MinAutoID property is used to get the minimum automatic identifier of a replicated data file.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the data file used to manage the automatic reindexing.
HModifyFileRights (Function)
Modifies the rights granted to a user or group on an HFSQL Client/Server data file....
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
<Source>.Flush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
HListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
<Connection variable>.ListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
5. HFSQL Cient/Server
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......