IsFontSet
Determine if object referenced by Font property is created.
pas
function IsFontSet: Boolean;
Remarks
Font object is created via lazy initialization, when user access to this property for first time. That way the memory is preserved. If Font <> nil is used instead, new TFont object will be created.