[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies the orientation and direction for the progress bar.
Source position: comctrls.pp line 1848
public property TCustomProgressBar.Orientation : TProgressBarOrientation |
Orientation is a TProgressBarOrientation property which indicates the orientation and direction for the progress bar. The default value is pbHorizontal, and orients the progress bar horizontally. As the value in Position is increased, the progress bar is moved from left to right.
See TProgressBarOrientation for the available values and their meanings.
Changing the value for the property causes the ApplyChanges method to be called.
|
Specifies the maximum value for the Position in the progress bar. |
|
|
Specifies the minimum value for the Position in the progress bar. |
|
|
The current position for the progress bar. |
|
|
ApplyChanges - apply any changes that have occurred. |
|
|
Represents the orientations used for a progress bar. |
Version 4.0 | Generated 2025-05-03 | Home |