InactiveBorder: IGxColor;
The InactiveBorder property returns the object that contains the color of the inactive window border.
Sub Main;
Var
SysColor: IGxSystemColors;
Color: IGxColor;
Begin
Color:=SysColor.InactiveBorder;
End Sub Main;
After executing the example the Color variable contains the color of the inactive window border.
See also: