B
balladist
Unregistered / Unconfirmed
GUEST, unregistred user!
定义:
a=interface
...........
end;
b=class(TInterfacedObject,a)
................
end;
var
i:a;
begin
i:=b.create;
现在的问题是,怎么释放i,它是没有free和Destroy的阿
a=interface
...........
end;
b=class(TInterfacedObject,a)
................
end;
var
i:a;
begin
i:=b.create;
现在的问题是,怎么释放i,它是没有free和Destroy的阿