Home RAP
New Blog Posts: Merging Reports - Part 1 and Part 2

Access RAP events code in Delphi as text

If I want to find values in RB I can iterate through the objects and get their property values. Nice.

But can I iterate through the events, or just the events for a band, and retrieve in delphi the RAP pascal as text? Or even just retrieve the code for particular event. I want to parse the source code and pick up references to pipes and fields. Currently I have to use the saved report as text or do an obj2text and then parse the text.

Even better, can I just retrieve the access to pipename['field'] statements?

Lawrence
Sign In or Register to comment.