ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
HIndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
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.
HOpen (Function)
Opens a data file.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
HToItem (Function)
Assigns the specified value to an item of the current record.
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)....
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
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.
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).
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
HLogInfo (Function)
Adds comments to the log when saving the operation.
HLogRecreate (Function)
Used to re-create an empty log.
HLogRestart (Function)
Restarts the logging process on a file.
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.