ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
docTabulation (Variable type)
The docTabulation type is used to define the characteristics of a custom tabulation.
<Chart>.SunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
grWaterfallColor (Function)
Indicates the color for a type of category in a Waterfall chart.
CameraListDriver (Function)
Lists the video capture drivers installed on the current computer.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
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......
SpreadsheetGetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
<Chart>.SeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
<Chart>.SeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
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.