茶壶: try this [阅读: 523] 2006-10-03 12:32:06 void __fastcall CreateAndShowForm(TMetaClass* FormClass){ TForm *form; Application->CreateFrom(FormClass,&form); form->ShowModal(); form->Free; }