TiPositionComponent.MinPointerColor

TiPositionComponent See Also

Specifies the color of the MinPointer indicator.

property MinPointerColor : TColor;

Description

Use MinPointerColor to read or change the MinPointer indicator color.

Example

Delphi

iComponent.MinPointerColor := clYellow;

C++ Builder

iComponent->MinPointerColor = clYellow;

Note:
Not all descendants implement this property.

Contents | Index | Previous | Next