FromSystemColor(SystemColor: GxSystemColor): IGxColor;
SystemColor - system color.
The FromSystemColor method returns the color that contains the system color.
Sub Main;
Var
Color: IGxColor;
Begin
Color:=GxColor.FromSystemColor(GxSystemColor.Desktop);
End Sub Main;
After executing the example on clicking the Color variable contains the desktop's system color.
See also: