Warum FindComponent, wenn man
f
hat?

Zitat von
Du:
if Assigned(f) then f.Free;
Schau mal was TObject.Free macht.

Zitat von
Delphi:
Delphi-Quellcode:
procedure TObject.Free;
begin
if Self <> nil then // if Assigned(Self) then
Destroy;
end;
Ein Therapeut entspricht 1024 Gigapeut.