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.
HPass (Function)
Defines the password used to create or open a data file.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL data file located on a server.
gpwGetFileInfo (Function)
Retrieves the directory of the data files found in the User Groupware.
HAddLink (Function)
Adds an integrity rule between two data files on the server.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two data files on the server.
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
Aliases on data files: HAlias
The aliases are used to handle......
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
<Source>.ChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
<Connection variable>.InfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
Format (Property)
The Format property is used to define the data format of a data file.
Error 403: The item does not belong to the file
TransactionFile (Property)
The TransactionFile property is used to determine if a data file is a transaction file.
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
1
3
4
5
6
7
212
>