ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control...
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
Pyramid charts
Pyramid charts allow you to view data in descending order......
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
<Chart>.SeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
<Chart>.SunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
VideoGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.
geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location, a route between two locations....
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
Assisted input management functions
The following functions are used to program assisted input in edit controls...
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
Image drawing and processing functions
List of image drawing and processing functions...
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
NoteDelete (Function)
Deletes a repositionable note found in the current window.
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......