IGxSystemColors.GrayText

Syntax

GrayText: IGxColor;

Description

The GrayText property returns the object that contains the grey text color.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.GrayText;

End Sub Main;

After executing the example the Color variable contains the grey text color.

See also:

IGxSystemColors