GradientActiveCaption: IGxColor;
The GradientActiveCaption property returns the object that contains the second color of the active window caption that is used for the gradient composition.
Sub Main;
Var
SysColor: IGxSystemColors;
Color: IGxColor;
Begin
Color:=SysColor.GradientActiveCaption;
End Sub Main;
After executing the example the Color variable contains the second color of the active window caption.
See also: