ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HClose (Function)
Closes either a table or all tables opened by the current user: all corresponding physical tables are closed for the current user.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the table, view, query, ...).
HImportJSON (Function)
Imports a JSON file into an HFSQL Classic table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
HOnError (Function)
Customizes the management of HFSQL errors.
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.
HToItem (Function)
Assigns the specified value to an item of the current record.
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....
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
HExportXML (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to an XML file.
SCM administrator: Available tools
The "Tools" tab in the SCM administrator allows you to......
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.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
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....
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......