TiDualCompass.Pointer2Position
TiDualCompass See Also
Specifies the current value represented by Pointer #2.
property Pointer2Position : Double;
Description
Use Pointer2Position to get or set the value represented by Pointer #2. Set
Pointer2Position to 0 for straight up and 180 for straight down (note: the actual
N, S, E, W coordinates are relative to the scale labels, which are moved/set
by the Pointer1Position property). Pointer2Position can be positive or negative and can also be
multiples of 360.
Example
Delphi
iComponent.Pointer2Position := 90.5;
C++ Builder
iComponent->Pointer2Position = 90.5;
Contents | Index | Previous | Next