ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
<Source>.TrackStop (Function)
Stops tracking a data file on an HFSQL server.
HDelete (Function)
Deletes a record from a data file (query or view).
HDescribeLink (Function)
Describes a link between two data files through programming.
HMode (Function)
Changes the mode and the method for locking data files.
<Source>.Mode (Function)
Changes the mode and the method for locking data files.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
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......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
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...
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......
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......
<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.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
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......
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.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
1
2
3
4
5
6
377
>