ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Looper controls populated programmatically: Operations in WLanguage (prefix syntax)
Here is an overview of how to handle Looper controls populated programmatically in WLanguage...
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
Task list
Each project can be associated with a task list......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
Events associated with the project
List of events associated with the project...
Handling Spreadsheet controls programmatically (in a report)
8. Windows in practice
Discover the main actions that can be performed on the windows....
Select query description window
The description window of a select query includes several sections......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
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......
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......