窗体是动态创建的,如何查看这个窗体是否已经建立了.var
  forminput:Tforminput;
begin
  forminput:=Tforminput.Create(self);
  forminput.Show;
end;