在本窗体内如何调用self.Create,重新建立过窗体?

解决方案 »

  1.   

    class procedure Tform1.al;
    begin
      with self.create(nil) do
      begin
       showmodal;
       free;
      end;
    end;
      

  2.   

    class procedure Tform1.al;
    begin
      with self.create(nil) do
      begin
       showmodal;
       free;
      end;
    end;
      

  3.   

    class procedure Tform1.al;
    begin
      with self.create(nil) do
      begin
       showmodal;
       free;
      end;
    end;
    Microsoft OLE DB Provider for SQL Server 错误 '80040e31' 超时已过期 /Expert/reply.asp,行105