ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSetREP (Function)
Enables or disables the management of .REP file.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
HOpenConnection (Function)
Opens a connection to a specific database.
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
<Source>.ListSynonym (Function)
Returns the list of synonyms used by a full-text index.
<Source>.ReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
<Connection variable>.ExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
grTimeLevelMax (Function)
Defines the number of levels to display in the time scale of a chart as well as the maximum level.
HListSynonym (Function)
Returns the list of synonyms used by a full-text index.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......