RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clGrayText Constant

Represents the color of text that is grayed out.

Pascal
clGrayText = TColor(clSystemColor or COLOR_GRAYTEXT);
C++
clGrayText = TColor(clSystemColor or COLOR_GRAYTEXT);

Graphics

clGrayText is the color used to paint text that has been set inactive, such as in an inactive menu item. clGrayText 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!