RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clInactiveCaption Constant

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

Pascal
clInactiveCaption = TColor(clSystemColor or COLOR_INACTIVECAPTION);
C++
clInactiveCaption = TColor(clSystemColor or COLOR_INACTIVECAPTION);

Graphics

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!