ITrackBar.Frequency

Syntax

Frequency: Integer;

Description

The Frequency property determines the value used on calculation of the number of intervals and position of tick marks in component area.

Comments

The Frequency property is used if the TickStyle property = Auto. The number of intervals located between tick marks is calculated by the formula: (Max-Min)/Frequency. If the difference (Max-Min) is not multiple to value of Frequency, the number of intervals is rounded up to the nearest integer number. Position of tick marks is calculated automatically, symmetrical position is not necessary.

See also:

ITrackBar