Vcl.DBGrids.TColumnTitle.DefaultColor
Delphi
function DefaultColor: TColor;
C++
System::Uitypes::TColor __fastcall DefaultColor();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | TColumnTitle |
Description
Returns the default background color for the column title.
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.