Application.CreateForm中参数的问题

procedure CreateMyForm(const FormClassName, FormName : string); begin   if Application.FindComponent(FormName)=nil then begin      if GetClass(FormClassName) <> nil then         with TForm(TComponentC
相关文章
相关标签/搜索