ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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>.ScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
<Chart>.CategoryLabel (Function)
Initializes the label of a data category (or section) in a 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....
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
VerticalAlign (Property)
The VerticalAlign property is used align elements vertically.
Error 42: Label out of scope of GOTO
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
"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....
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
<Chart>.Mask (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
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
1
2
3
4
5
6
19
>