[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The orientation of a scroll bar.
Source position: forms.pp line 87
type TScrollBarKind = ( |
||
sbHorizontal, |
|
Horizontal scroll bar. |
sbVertical |
|
Vertical scroll bar. |
); |