Vcl.DBGrids.TColumnTitle.DefaultFont
Delphi
function DefaultFont: TFont;
C++
Vcl::Graphics::TFont* __fastcall DefaultFont();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | TColumnTitle |
Description
Returns the default font for the column title.
Use DefaultColor to determine the font of the column title if the Font property is not explicitly set. DefaultFont returns the TitleFont of the data grid to which the column belongs. If the column has no associated data grid, DefaultFont returns the current value of the associated column's Font property.