IGxSystemColors.WindowFrame

Syntax

WindowFrame: IGxColor;

Description

The WindowFrame property returns the object that contains the frame color.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.WindowFrame;

End Sub Main;

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

See also:

IGxSystemColors