F
fusm_2000
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TFrm_SfcMainDoc.createform(formid:Tform;formname:string);
begin
if formid<>nil then formid.BringToFront else
begin
Application.Create(formid);
try
formid.Name:=formname;
frmid.Show;
except
frmid.free;
end;
end;
end;
因為我試是不行的﹐請問該怎么做?
begin
if formid<>nil then formid.BringToFront else
begin
Application.Create(formid);
try
formid.Name:=formname;
frmid.Show;
except
frmid.free;
end;
end;
end;
因為我試是不行的﹐請問該怎么做?