TiPositionComponent.MaxPointerColor
TiPositionComponent See Also
Specifies the color of the MaxPointer indicator.
property MaxPointerColor : TColor;
Description
Use MaxPointerColor to read or change the Max Pointer's indicator color.
Example
Delphi
iComponent.MaxPointerColor := clAqua;
C++ Builder
iComponent->MaxPointerColor = clAqua;
Note: Not all descendants implement this property.
Contents | Index | Previous | Next