ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chart>.SourceSeries (Function)
Defines the source of a series.
grSourceSeries (Function)
Defines the source of a series.
Dimension (Example)
Example of use of Dimension
HExecuteQueryAsynchronous (Example)
Example of use of HExecuteQueryAsynchronous
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Socket management functions
List of functions for managing sockets...
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
ERR_NOTAVAILABLE
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Properties linked to the Euro management
List of properties linked to the Euro management...
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
<Chart>.DeleteSeries (Function)
Deletes a data series from a chart.
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance for a series of values.
grDeleteSeries (Function)
Deletes a data series from a chart.
LDAPListChildren (Example)
Use example for the LDAPListChildren function