Font
Specify Cell's Font. By default value of property is nil
and it is lazy initialised (object is created upon first access).
pas
property Font: TFont read GetFont write SetFont;
Remarks
To check if Font
is set, but to avoid creating an object use IsFontSet
method.