Window: IGxColor;
The Window property returns the object that contains the window color.
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: