ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MarginHeight (Property)
The MarginHeight property is used to: Find out the vertical margin between the widgets found in a Dashboard control. Modify the vertical margin between the widgets found in a Dashboard control....
XImage (Property)
The XImage property is used to get and change the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
YImage (Property)
The YImage property is used to get and change the initial Y-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
<Image variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image variable.
<Image>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image control.
<WDPic variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in a WDPic variable.
<picLayer variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in a picLayer variable.
diagShape (Type of variable)
The diagShape type is used to define all the advanced characteristics of the original shape used in a diagram.
12. Control templates
...Control templates...
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
iEllipse (Function)
Prints an ellipse (in a rectangle).
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....
Describing an element
A flexible modeling includes different elements linked together......
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Drawing constants
List of constants used by the drawing functions....
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
iPrintReport (Function)
Prints a report created with the report editor.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
iEllipse (Example)
Usage example of the iEllipse function