RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clCaptionText Constant

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

Pascal
clCaptionText = TColor(clSystemColor or COLOR_CAPTIONTEXT);
C++
clCaptionText = TColor(clSystemColor or COLOR_CAPTIONTEXT);

clCaptionText is the default color used for the text on the title bar of an active window. clCaptionText 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!