RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clInactiveCaptionText Constant

Represents the default color of the title text in an inactive window.

Pascal
clInactiveCaptionText = TColor(clSystemColor or COLOR_INACTIVECAPTIONTEXT);
C++
clInactiveCaptionText = TColor(clSystemColor or COLOR_INACTIVECAPTIONTEXT);

Graphics

clInactiveCaptionText is the default color used for the title font an inactive window. clInactiveCaptionText 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!