RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clInfoText Constant

Represents the color of tool tip text.

Pascal
clInfoText = TColor(clSystemColor or COLOR_INFOTEXT);
C++
clInfoText = TColor(clSystemColor or COLOR_INFOTEXT);

Graphics

clInfoText is the default color used for tool tip text. clInfoText 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!