IGxSystemColors.Window

Syntax

Window: IGxColor;

Description

The Window property returns the object that contains the window color.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.Window;

End Sub Main;

After executing the example the Color variable contains the window color.

See also:

IGxSystemColors