TiCompass.DirectionDisplayPrecision

TiCompass See Also

Specifies the precision of the direction display.

property DirectionDisplayPrecision : Integer;

Description

Use DirectionDisplayPrecision to get or set the precision of the direction display. To show integers only, set DirectionDisplayPrecision to 0.

Example

Delphi

iComponent.DirectionDisplayPrecision := 1;

C++ Builder

iComponent->DirectionDisplayPrecision = 1;

Contents | Index | Previous | Next