TiPositionComponent.LimitPointerMargin

TiPositionComponent See Also

Used to get or set the Limit Pointer Margin property of a specific limit pair.

property LimitPointerMargin[Index : Integer] : Integer;

Description

Use the LimitPointerMargin property to get or set the Limit Pointer Margin property of a specific limit pair.

Example

Delphi

iComponent.LimitPointerMargin[1] := 5; //Sets 2nd Limit Pair

C++ Builder

iComponent->LimitPointerMargin[1] = 5; //Sets 2nd Limit Pair

Note: The index value is 0 based.

Contents | Index | Previous | Next