TiDualCompass.CenterDisplayPrecision

TiDualCompass See Also

Specifies the precision of the CenterDisplayPosition value.

property CenterDisplayPrecision : Integer;

Description

Use CenterDisplayPrecision to set the precision of the CenterDisplayPosition value. For example, if CenterDisplayPrecision equals 1 and the value at that label is 40.56 then the label text will be 40.6. To show integers only, set CenterDisplayPrecision to 0.

Example

Delphi

iComponent.CenterDisplayPrecision := 1;

C++ Builder

iComponent->CenterDisplayPrecision = 1;

Contents | Index | Previous | Next