RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTrackBar.SetTick Method

Adds a tick mark to the track bar at a specified location.

Pascal
procedure SetTick(Value: Integer);
C++
__fastcall SetTick(int Value);

Use SetTick to place a tick mark on the bar at the position that corresponds to the Value parameter. Tick marks specified in this manner are only displayed when the TickStyle is set to tsManual. 

 

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