TiPositionComponent.LimitLowerPointerColor

TiPositionComponent See Also

Used to get or set the Lower Pointer Color property of a specific limit pair.

property LimitLowerPointerColor[Index : Integer] : TColor;

Description

Use the LimitLowerPointerColorproperty to specify the color of the lower limit pointer of a specific limit pair.

Example

Delphi

iComponent.LimitLowerPointerColor[1] := clRed; //Sets 2nd Limit Pair

C++ Builder

iComponent->LimitLowerPointerColor [1] = clRed; //Sets 2nd Limit Pair

Note: The index value is 0 based.

Contents | Index | Previous | Next