TiCompass.Direction
TiCompass See Also
Specifies the current value represented by the control.
property Direction : Double;
Description
Use Direction to get or set the value represented by the control. Set
Direction to 0 for North and 180 for South. Direction can be positive or negative and
can also be multiples of 360.
Example
Delphi
iComponent.Direction := 90;
C++ Builder
iComponent->Direction = 90;
Contents | Index | Previous | Next