Vcl.StdCtrls.TScrollStyle
Delphi
TScrollStyle = System.UITypes.TScrollStyle deprecated 'Use System.UITypes.TScrollStyle';
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.StdCtrls.pas | Vcl.StdCtrls | Vcl.StdCtrls |
Description
Identifies a set of scrollbars by their orientation.
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. |
Code Examples