TiDualCompass.ShowPointer1
TiDualCompass See Also
Specifies whether Pointer #1 is shown.
property ShowPointer1 : Boolean;
Description
Use ShowCenterDisplay to specify whether Pointer #1 is shown. The scale
labels will still be displayed and will still rotate according to the Pointer1Position property.
Example
Delphi
iComponent.ShowPointer1 := True;
C++ Builder
iComponent->ShowPointer1 = True;
Contents | Index | Previous | Next