ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grSeriesLabel (Function)
Initializes the label of a data series in a chart.
<Chart>.SeriesLabel (Function)
Initializes the label of a data series in a chart.
FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
<Chart>.CategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
<Chart>.ScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
GOTO statement
The GOTO statement is used to run a code identified by a given label...
ActionLabel (Property)
The ActionLabel property is used to get and change the label of the notification's action button....
VerticalAlign (Property)
The VerticalAlign property is used align elements vertically.
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
Error 42: Label out of scope of GOTO
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Error 11: The label is unknown
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
<Chart>.Mask (Function)
Formats the data displayed by grLabel or by grTooltip.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
7. Layouts using the Flexbox control
1
2
3
4
5
6
24
>