RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TProgressBarOrientation Enumeration

TProgressBarOrientation specifies the orientation of a progress bar.

Pascal
TProgressBarOrientation = (
  pbHorizontal,
  pbVertical
);
C++
enum TProgressBarOrientation {
  pbHorizontal,
  pbVertical
};

TProgressBarOrientation has one of the following values:

Value 
Meaning 
pbHorizontal  
The progress bar is oriented horizontally.  
pbVertical  
The progress bar is oriented vertically.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!