Desktop: IGxColor;
The Desktop property returns the object that contains the color of the operational system desktop.
Sub Main;
Var
SysColor: IGxSystemColors;
Color: IGxColor;
Begin
Color:=SysColor.Desktop;
End Sub Main;
After executing the example the Color variable contains the operational system desktop color.
See also: