ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
The server is currently updated. Retry later.
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
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......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
WDHFDiff - Use
WDHFDiff is used to compare......
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
WINDEV/WINDEV Mobile field styling
As soon as it is created, a control is associated with a style......
Events associated with Edit controls
WLanguage events associated with Edit controls...