The ReportBuilder installation process installs the ReportBuilder help files and merges them with Delphi's Help system.
Delphi 7 and prior use WinHelp.
In order to manually 'uninstall' the ReportBuilder help:
;ReportBuilder
:Include rbuilder.cnt
:Index ReportBuilder=rbuilder.hlp
;ReportBuilder
:Index ReportBuilder=rbuilder.hlp
;RAP
:Index RAP=RAP.hlp
;ReportBuilder Server
:Index ReportBuilder Server=rbserver.hlp
;ReportBuilder
:Link rbuilder.hlp
;RAP
:Link rap.hlp
;ReportBuilder Server
:Link rbserver.hlp
You should now be able to access the Delphi help. Try re-installing ReportBuilder to get the ReportBuilder help working correctly...