TiPositionComponent.LimitDrawScaleSide

TiPositionComponent See Also

Used to get or set the DrawScaleSide property of a specific limit pair.

property LimitDrawScaleSide[Index : Integer] : Boolean;

Description

Use the LimitDrawScaleSide property to get or set the DrawScaleSide property of a specific limit pair.

Example

Delphi

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

C++ Builder

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

Note: The index value is 0 based.

Contents | Index | Previous | Next