我用如下代码
    MyReport:=RvPrj.ProjMan.FindRaveComponent('Report1',nil) as TRaveReport;
    MyPage:=TRavePage.Create(MyReport);
    MyPage.Parent :=MyReport;
    MyPage.Name :='p1';
    MyPage.Active :=True;
    MyPage.Visible :=True;
可是运行后看不见,还是原来就存在的那个page,没有新的出现,怎么办?