Identifies a set of scrollbars by their orientation.
TScrollStyle = ( ssNone, ssHorizontal, ssVertical, ssBoth );
enum TScrollStyle { ssNone, ssHorizontal, ssVertical, ssBoth };
StdCtrls
TScrollStyle can have one of the following values:
Value |
Meaning |
ssNone |
No scrollbars are indicated. |
ssHorizontal |
Only a horizontal scrollbar. |
ssVertical |
Only a vertical scrollbar. |
ssBoth |
Both a horizontal and a vertical scrollbar. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|