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
};

ComCtrls

TProgressBarOrientation has one of the following values:

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

 

TProgressBar

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!