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.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
HDelete (Function)
Deletes a record from a data file (query or view).
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
<Source>.Mode (Function)
Changes the mode and the method for locking data files.
HDescribeLink (Function)
Describes a link between two data files through programming.
HMode (Function)
Changes the mode and the method for locking data files.
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.Password (Function)
Defines the password used to create or open a data file.
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
1
2
3
4
5
6
212
>