ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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)....
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
SCM administrator: Merging repositories
By merging repositories, you can combine projects from several repositories into a single repository......
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....
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
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....
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).
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
Managing space characters in the searches?
The LDAP protocol is increasingly used by the companies......
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......