RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clActiveCaption Constant

Represents the default color of the title bar of an active window.

Pascal
clActiveCaption = TColor(clSystemColor or COLOR_ACTIVECAPTION);
C++
clActiveCaption = TColor(clSystemColor or COLOR_ACTIVECAPTION);

clActiveCaption is the default color used to paint the border of an active window. clActiveCaption is a System color - used for painting a component. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!