Vcl.ComCtrls.TProgressBarOrientation
Delphi
TProgressBarOrientation = (pbHorizontal, pbVertical);
C++
enum DECLSPEC_DENUM TProgressBarOrientation : unsigned char { pbHorizontal, pbVertical };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TProgressBarOrientation specifies the orientation of a progress bar.
TProgressBarOrientation has one of the following values:
| Value | Meaning |
|---|---|
|
pbHorizontal |
The progress bar is oriented horizontally. |
|
pbVertical |
The progress bar is oriented vertically. |