WindowText: IGxColor;
The WindowText property returns the object that contains the color of the window font.
Sub Main;
Var
SysColor: IGxSystemColors;
Color: IGxColor;
Begin
Color:=SysColor.WindowText;
End Sub Main;
After the executing the example the Color variable contains the color of the window font.
See also: