RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clHighlight Constant

Represents the color of the background of a block of selected text.

Pascal
clHighlight = TColor(clSystemColor or COLOR_HIGHLIGHT);
C++
clHighlight = TColor(clSystemColor or COLOR_HIGHLIGHT);

Graphics

clHighlight is the default color used to paint the background of a selected block of text. clHighlight 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!