RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumnTitle.DefaultColor Method

Returns the default background color for the column title.

Pascal
function DefaultColor: TColor;
C++
__fastcall TColor DefaultColor();

Use DefaultColor to determine the background color of the column title if the Color property is not explicitly set. DefaultColor returns the FixedColor of the data grid to which the column belongs. If the column has no associated data grid, DefaultColor returns clBtnFace

 

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