IGxSystemColors.AppWorkspace

Syntax

AppWorkspace: IGxColor;

Description

The AppWorkSpace property returns the object that contains the color of the application workspace.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.AppWorkspace;

End Sub Main;

After executing the example the Color variable contains the color of the application workspace.

See also:

IGxSystemColors