Vcl.DBGrids.TDBGrid.TitleFont
Delphi
property TitleFont: TFont read FTitleFont write SetTitleFont;
C++
__property TitleFont;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | TDBGrid |
Description
Describes the font used to draw the column titles in the grid. {{#multireplace:Vcl.DBGrids.TDBGrid.TitleFont|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.DBGrids.TCustomDBGrid.TitleFont|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.DBGrids.TCustomDBGrid.TitleFont|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Describes the font used to draw the column titles in the grid.
Set TitleFont to change the font used to draw the column headings. TitleFont is only meaningful if the Options property includes dgTitles.