RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TTickMark Enumeration

TTickMark indicates the location of the tick marks on a track bar.

Pascal
TTickMark = (
  tmBottomRight,
  tmTopLeft,
  tmBoth
);
C++
enum TTickMark {
  tmBottomRight,
  tmTopLeft,
  tmBoth
};

These are the possible values of TTickMark:

Value 
Meaning 
tmBottomRight  
Tick marks are on the bottom or right of the track bar, depending of the value of Orientation.  
tmTopLeft  
Tick marks are on the top or left of the track bar, depending of the value of Orientation.  
tmBoth  
Tick marks are on both sides of the track bar.  

 

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