var
  MyForms:arrsy[1..100] of TMyForm;//运行时创建FORM//解析edit.text,取得n,通过对象的数组引用,如:if not Assigned(MyForms[i]) then MyForms[i]:=TMyForm.Create(nil);