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