TiDualCompass.Pointer1Position
TiDualCompass See Also
Specifies the current value represented by Pointer #1.
property Pointer1Position : Double;
Description
Use Pointer1Position to get or set the value represented by Pointer #1. Set
Pointer1Position to 0 for North and 180 for South. Pointer1Position can be
positive or negative and can also be multiples of 360. Note that Pointer #1 does not
move, but the scale labels move with respect to the pointer, which is always
fixed at the top of the control.
Example
Delphi
iComponent.Pointer1Position := 90.5;
C++ Builder
iComponent->Pointer1Position = 90.5;
Contents | Index | Previous | Next