RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.Color Property

Specifies the background color for the column.

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

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

 

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