ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HErrorModification (Function)
Allows you to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HCancelSeek (Function)
Cancels the current search criterion.
HChangeName (Function)
Modifies the physical name of a data file.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
HDBCreation (Function)
Ends the description of the structure of an xBase table programmatically.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) programmatically.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
<Connection variable>.ListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
Composite keys
A composite key is a key item containing several other items......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
HNext (Function)
Sets the position on the next data file record according to a browse item.