ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
<Table>.ModifyColumn (Function)
Modifies a column in a horizontal Table control.
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>.AddColumn (Function)
Adds elements on the right of an Horizontal Table control.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
<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.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.