ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Passing parameters
The parameters can be passed to a procedure...
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn...
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open...
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter...
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
FilterCondition (Property)
The FilterCondition property allows you to know the selection condition set by HFilter on a data...
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
The Dashboard control
Dashboards are essential elements in an application......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes:...
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
GranularityMovement (Property)
The GranularityMovement property is used to get and change the size of the grid to move:...
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost,...
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions...
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate...
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found...
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......