Application.CreateForm中參數的問題

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