Home RAP

Accessing RAP code in Delphi

edited August 2011 in RAP
I'm curious - is there a way to access a report's RAP code programmatically
through Delphi? I have a number of reports which all have the same method
for which I'd like to parse out individual lines before printing. So
something akin to

myStringList.Text := report.RAP.Programs['MyProcedure'].Text;

Comments

This discussion has been closed.