TiPositionComponent.LimitShowUpperPointer

TiPositionComponent See Also

Used to get or set the Show Upper Pointer property of a specific limit pair.

property LimitShowUpperPointer[Index : Integer] : Boolean;

Description

Use the LimitShowUpperPointer property to whether the upper pointer of a specific limit pair is visible.

Example

Delphi

iComponent.LimitShowUpperPointer[1] := False; //Sets 2nd Limit Pair

C++ Builder

iComponent->LimitShowUpperPointer[1] = False; //Sets 2nd Limit Pair

Note: The index value is 0 based.

Contents | Index | Previous | Next