Vcl.DBGrids.TColumn.DefaultFont

From RAD Studio API Documentation
Jump to: navigation, search

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 TColumn

Description

Returns the default font for data displayed in the column.

DefaultFont returns the Font of the data grid to which the column belongs. If the column has no associated data grid, DefaultFont returns the current value of the column's Font property.

See Also