ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SCM administrator: Merging repositories
By merging repositories, you can combine projects from several repositories into a single repository......
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)....
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
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....
Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
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: Merging differences
WDOptimizer is used to......
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....
HModifyStructure (Function)
Used to update the structure of an HFSQL table by performing an automatic data modification (also called data synchronization).
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
HLogStop (Function)
Stops the log process of a file.
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......