RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clHighlightText Constant

Represents the color of selected text.

Pascal
clHighlightText = TColor(clSystemColor or COLOR_HIGHLIGHTTEXT);
C++
clHighlightText = TColor(clSystemColor or COLOR_HIGHLIGHTTEXT);

clHighlightText is the default color used for a selected block of text. clHighlightText 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!