ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Control template
A control template is a set of controls that can be reused in several windows or pages...
Events associated with control templates
List of events associated with control templates
Custom properties (WLanguage)
A custom property is a code element with two events...
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Creating the Form pages of a WEBDEV RAD pattern
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
<Chart>.AddTimeData (Function)
Adds data at a precise moment in a time chart.
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
Creating a table in a report
Tables can be created in a report......
<Document variable>.UndoRedoDeleteAll (Function)
Deletes the entire history of Undo/Redo mechanism for a Word Processing document....
ToolTipColor (Function)
Modifies the colors used for displaying the tooltips.
DocUndoRedoDeleteAll (Function)
Deletes the entire history of Undo/Redo mechanism for a Word Processing document....
<Document variable>.Undo (Function)
Undoes the last action performed on a Document variable.
grPointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
DocUndo (Function)
Undoes the last action performed on a Word Processing document.
<Chart>.PointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
<Chart>.ScatterGetDataXY (Function)
Retrieves data from a "Scatter" chart.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
<Chart>.StockGetData (Function)
Retrieves a data from a stock chart (candlestick, barcharts or minmax).
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
grStockGetData (Function)
Retrieves a data from a stock chart (candlestick, barcharts or minmax).
grScatterGetDataXY (Function)
Retrieves data from a "Scatter" chart.
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
Token management functions
Token management functions in "Text token" Edit controls....
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
Creating the Form windows of a WINDEV RAD pattern