K
kino25
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TFormSupply.Button3Click(Sender: TObject);
begin
Application.CreateForm(TFormProperty,FormProperty);
FormProperty.Showmodal;
end;
我想打开另一个窗口,总是出现“cannot make a visible window modal”,请教如何
创建成一个模态窗口?
begin
Application.CreateForm(TFormProperty,FormProperty);
FormProperty.Showmodal;
end;
我想打开另一个窗口,总是出现“cannot make a visible window modal”,请教如何
创建成一个模态窗口?