ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
HToItem (Function)
Assigns the specified value to an item of the current record.
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)....
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
HRecordToString (Function)
Converts the content of the current record to string (in a table, HFSQL view, query, etc.).
HImportCSV (Function)
Imports a CSV 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)....
The Context Menu control (WEBDEV)
Context menus are often used in websites......
HPrevious (Function)
Sets the position on the previous record of the table according to a browse item.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
NotesOut (Function)
Used to find out whether a current document exists in Lotus Notes.
NotesListView (Function)
Returns the list of views found in the current Lotus Notes database.
NotesDocumentFirst (Function)
Positions on the first document found in Lotus Notes.
Constants for managing contact functions
HReadNext (Function)
Sets the position on the next table record according to a browse item.
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
Zombie data files and items
During the life of an application, items live and die......
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server table. Warning: This function is available only from WINDEV Suite SaaS 2025 Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025....
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....