TiDualCompass.ShowPointer2
TiDualCompass See Also
Specifies whether Pointer #2 is shown.
property ShowPointer2 : Boolean;
Description
Use ShowCenterDisplay to specify whether Pointer #2 is shown.
Example
Delphi
iComponent.ShowPointer2 := True;
C++ Builder
iComponent->ShowPointer2 = True;
Contents | Index | Previous | Next