ParentFont
Specifies where a column looks for its font information.property ParentFont: Boolean read GetParentFont write SetParentFont default True;
To have a column use the same font as its grid, set ParentFont to true. If ParentFont is false, the column uses its own Font property.
Remarks
Column's headers are always painted in font set in grid.