ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "UI modification by end user" mode.
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
"Reports & Queries" software
This is "Reports & Queries"......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Action Bar control events
WINDEV: Example of programmed Drag and Drop
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
Reports & Queries: New features in this version
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
Events associated with pages
List of events associated with pages...
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
The Dashboard control
Dashboards are essential elements in an application......
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
Composite chart
A composite chart is a chart that displays several types of charts......
Manipulating PDF Reader controls programmatically (prefix syntax)
PDF Reader controls can be manipulated programmatically......