ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an insert query
An insert query (corresponding SQL statement......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
2024 novelties brochure: WEBDEV novelties
Sets the position directly on the desired bookmark in the PDF document....
Error 1014: The access to the member of the class is restricted by a private inheritance
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
Creating a select query
A select query (corresponding SQL statement......
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
11. Choosing the action of a button/link
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...