ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
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).
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
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)....
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)....
SCM administrator: Merging repositories
By merging repositories, you can combine projects from several repositories into a single repository......
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
HListSynonym (Function)
Returns the list of synonyms used by a full-text index.
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....
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....
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL table, from a query or from an HFSQL view into a physical file (on disk).
SCM: Creating a branch
Branches allows you to create a copy of the current project, so that you can make changes, additions, etc., to two versions of the same project....
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
SCM: Merging differences
WDOptimizer is used to......