IGxSystemColors.WindowText

Syntax

WindowText: IGxColor;

Description

The WindowText property returns the object that contains the color of the window font.

Example

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:

IGxSystemColors