RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumnTitle.Color Property

Specifies the background color for the column title.

Pascal
property Color: TColor;
C++
__property TColor Color;

The Color property determines the background color of the column title. You can set Color to one of the constants defined in the Graphics unit (such as clBlue), or to an explicit RGB integer value. The default value is the grid's FixedColor property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!