ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
grDonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
14. Generation modes
Generation modes...
9. Generation modes
WINDEV Mobile includes different types of generation......
13. Generation modes
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Sub-query
A sub-query is a query whose result is used by another query......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Reloading a document
To reload a document, ......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Commands of the external interface
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
11. Table/Looper controls