F
fyxw2000
Unregistered / Unconfirmed
GUEST, unregistred user!
现在知道了,如果要释放form2的话
用在form2中onclose的 action:=cafree;
那怎么把它建起来呢?
我用下面的
procedure Tunicommain.A2Click(Sender: TObject);
begin
with TAboutBox.Create(Application) do begin
try
ShowModal;
finally
Free;
end;
end;
end;
却出现“存取地址违例0044e5b9" 这是为什么呢?
用在form2中onclose的 action:=cafree;
那怎么把它建起来呢?
我用下面的
procedure Tunicommain.A2Click(Sender: TObject);
begin
with TAboutBox.Create(Application) do begin
try
ShowModal;
finally
Free;
end;
end;
end;
却出现“存取地址违例0044e5b9" 这是为什么呢?