X
xuzengliang81
Unregistered / Unconfirmed
GUEST, unregistred user!
: 我的MDIChild是封装在DLL中的,主窗体为fsMDIForm
procedure RunMDIChild(MDIChildFormClass: TFormClass
var Reference);
begin
LockWindowUpdate(GetDeskTopWindow);
Application.CreateForm(MDIChildFormClass, Reference);
end;
执行到第二句的时候报错,提示为cannot create form no MDI forms are currently active, 不知道是怎么回事,有知道原因的人吗。谢谢大家
procedure RunMDIChild(MDIChildFormClass: TFormClass
var Reference);
begin
LockWindowUpdate(GetDeskTopWindow);
Application.CreateForm(MDIChildFormClass, Reference);
end;
执行到第二句的时候报错,提示为cannot create form no MDI forms are currently active, 不知道是怎么回事,有知道原因的人吗。谢谢大家