StdCtrls.TScrollStyle
From RAD Studio VCL Reference
Contents |
Delphi Information
From StdCtrls.pas
TScrollStyle = { ssNone, ssHorizontal, ssVertical, ssBoth };
Unit: StdCtrls
Type: enum
C++ Information
From StdCtrls.hpp
enum TScrollStyle{ ssNone, ssHorizontal, ssVertical, ssBoth };
Unit: StdCtrls
Type: enum
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 Samples