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