ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
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).
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.
HAlias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
HStatNbRec (Function)
Returns the number of entries for a given key item.
HLogRecreate (Function)
Used to recreate an empty log.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
HLogInfo (Function)
Adds comments to the log when saving the operation.
HDeleteTrigger (Function)
Deletes a trigger.
HLogRestart (Function)
Restarts the logging process on a file.
HExportJSON (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file.