RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TTrackBarOrientation Enumeration

TTrackBarOrientation indicates whether a trackbar is horizontal or vertical.

Pascal
TTrackBarOrientation = (
  trHorizontal,
  trVertical
);
C++
enum TTrackBarOrientation {
  trHorizontal,
  trVertical
};

These are the possible values of TTrackBarOrientation:

Value 
Meaning 
trHorizontal  
The long edge of the track is parallel to the top of the form. The Min position is on the left and the Max position is on the right.  
trVertical  
The long edge of the track is parallel to the side of the form. The Min position is on the top and the Max position is on the bottom.  

 

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