WindowFrame: IGxColor;
The WindowFrame property returns the object that contains the frame color.
Sub Main;
Var
SysColor: IGxSystemColors;
Color: IGxColor;
Begin
Color:=SysColor.WindowFrame;
End Sub Main;
After executing the example the Color variable contains the frame color.
See also: