begin
flist[i].free;
flist[i]:=nil;
end;
finalize(flist);
inherited;
end;
function tfoomanager.getfoobyid(id: integer): ifoo;
begin
result:=flist[id] as ifoo;
end;
begin
flist[i].free;
flist[i]:=nil;
end;
finalize(flist);
inherited;
end;
function tfoomanager.getfoobyid(id: integer): ifoo;
begin
result:=flist[id] as ifoo;
end;