H
hmcheery
Unregistered / Unconfirmed
GUEST, unregistred user!
我在写一小程式,有两个窗体其中一个为登陆窗体还有一个主窗体, 我在PROGRAM中写了代码
如
login:=tlogin.creat(application);
application.createfrom(tmainform,mainform);
login.showmodal;
if login.modalresult=1 then
application
else
login.free
但是在关闭主窗体时会出错,请问我该怎么办?
如
login:=tlogin.creat(application);
application.createfrom(tmainform,mainform);
login.showmodal;
if login.modalresult=1 then
application
else
login.free
但是在关闭主窗体时会出错,请问我该怎么办?