ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HUnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
WinEdCreateNote (Function)
Creates a Repositionable Note control.
HClose (Function)
Closes either a table or all tables opened by the current user: all corresponding physical tables are closed for the current user.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the table, view, query, ...).
HExportXML (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to an XML file.
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).
HImportXLS (Function)
Imports an XLS 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)....
<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.
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)....
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)....
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
HToItem (Function)
Assigns the specified value to an item of the current record.
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
HNext (Function)
Sets the position on the next table record according to a browse item.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....