GrayText: IGxColor;
The GrayText property returns the object that contains the grey text color.
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: