ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
WDLog: Backup of HFSQL tables
WDLog allows you to save all the HFSQL tables used by a WINDEV or WEBDEV application......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
HListHistoryReindexing (Function)
Lists the operations performed on current tables, over the last 24 hours, or on the last 1000 tables. These operations include reindexing, recalculation of statistics, memo verification, index verification, etc. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
<Connexion HFSQL>ListHistoryReindexing (Function)
Lists the operations performed on current tables, over the last 24 hours, or on the last 1000 tables. These operations include reindexing, recalculation of statistics, memo verification, index verification, etc. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Characteristics of Looper controls in a page
To view the characteristics of the control, select "Description" in the context menu....
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
7. Source Code Manager (SCM)
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Sharing the context menus in the project
In most cases, several context menus are included in your applications......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
SQL functions for accessing the external databases
List of SQL functions used to access the external databases...
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......