TiPositionComponent.ShowMinPointer

TiPositionComponent See Also

Specifies whether the MinPointer is shown.

property ShowMinPointer : Boolean;

Description

Use ShowMinPointer to specify whether the MinPointer is shown.

Example

Delphi

iComponent.ShowMinPointer := True;

C++ Builder

iComponent->ShowMinPointer = True;

Contents | Index | Previous | Next