ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Spin control
A Spin control is used to increase or reduce a value found in a control......
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
<Image>.HorizontalSymmetry (Function)
Flips an image in an Image control with respect to a horizontal axis (symmetry with respect to a horizontal axis).
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
MarginWidth (Property)
The MarginWidth property is used to: Find out the horizontal margin between the widgets found in a Dashboard control. Modify the horizontal margin between the widgets found in a Dashboard control....
The Line control
A Line control is used to display a line in a page......
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
<Table>.ModifyColumn (Function)
Modifies a column in a horizontal Table control.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
<Table>.AddColumn (Function)
Adds elements on the right of an Horizontal Table control.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
<Table>.InsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
ScrollbarMaxPosition (Function)
Retrieves the maximum position of one of the horizontal or vertical scrollbars found in a control of a WINDEV application.
<WDPic variable>.HorizontalSymmetry (Function)
Flips an image contained in a WDPic variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<picLayer variable>.HorizontalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Image variable>.HorizontalSymmetry (Function)
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......