TiPositionComponent.ShowMaxPointer

TiPositionComponent See Also

Specifies whether the MaxPointer is shown.

property ShowMaxPointer : Boolean;

Description

Use ShowMaxPointer to specify whether the MaxPointer is shown.

Example

Delphi

iComponent.ShowMaxPointer := True;

C++ Builder

iComponent->ShowMaxPointer = True;

Contents | Index | Previous | Next