RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTrackBar.Frequency Property

Specifies the increment between tick marks on the track bar.

Pascal
property Frequency: Integer;
C++
__property int Frequency;

Use Frequency to specify the spacing of the tick marks, using the logical units used by the Position property. For example, a Frequency of 5 sets a tick mark at every fifth possible increment. To provide visual feedback about the units used by the track bar, set Frequency to LineSize or PageSize.

Note: If the value of the TickStyle property is not set to tsAuto, the value of Frequency is ignored.
 

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