ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Limitations of WINDEV, WEBDEV and WINDEV Mobile
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
11. Popup page
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Creating a flexible modeling
To create a new flexible modeling, you can......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
20. Control templates
3. UML models in practice