ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chart>.PieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
XMLClose (Function)
Closes an XML document created by XMLDocument.
Accessing a database via a web service
The database can be accessed via a web service......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
2. UML models
2. UML models
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
The OLE control
The OLE control is used to handle an OLE object......
16. Application test in practice
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
<Chart>.OverlayChart (Function)
Used to display two different types of charts in the same chart.
<Chart>.Tooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
State (Property)
The State property is used to get and change the state of an element.
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
Error 25: No THEN statement is associated with this IF
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
Text (Property)
Text is used to find out whether an item is a text item.
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......