TiKnob.PositionDisplayPrecision
TiKnob See Also
Determines the precision specifier for formatting the Position Display text
shown in the center of the knob.
property PositionDisplayPrecision : Integer;
Description
Determines the precision specifier for formatting the Position Display text.
For example, if the precision is set to 2 and the Position property is 50.2361
then the Position Display text will show 50.24
Example
Delphi
iComponent.PositionDisplayPrecision := 1;
C++ Builder
iComponent->PositionDisplayPrecision = 1;
Contents | Index | Previous | Next