RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TTickStyle Enumeration

TTickStyle indicates how a track bar determines the increments at which tick marks appear.

Pascal
TTickStyle = (
  tsNone,
  tsAuto,
  tsManual
);
C++
enum TTickStyle {
  tsNone,
  tsAuto,
  tsManual
};

TTickStyle has these possible values:

Value 
Meaning 
tsAuto  
Tick marks are automatically displayed at increments equal to the value of the Frequency property.  
tsManual  
Tick marks are displayed at the Min and Max values. Additional tick marks can be set using the SetTick method.  
tsNone  
No tick marks are displayed.  

 

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