TiKnob.PositionDisplayUnits
TiKnob See Also
The text string appended to the end of the Position Display text shown in the
center of the knob.
property PositionDisplayUnits : String;
Description
The Position Display text is the Position property formatted with the
Precision specifier and the UnitsText is appended to the end. To create spacing between
the formatted Value and the UnitsText, add desired spaces to the beginning of
the UnitsText property.
Example
Delphi
iComponent.PositionDisplayUnits := ' V';
C++ Builder
iComponent->PositionDisplayUnits = " V";
Contents | Index | Previous | Next