mdi窗体的创建与释放

    技术2022-05-20  69

    //创建 if not Assigned(F_ReportFillIn) then F_ReportFillIn:=TF_ReportFillIn.Create(self); F_ReportFillIn.Show; //释放 action:=caFree; F_ReportFillIn:=nil;


    最新回复(0)