swenp
swenp
About
- Username
- swenp
- Joined
- Visits
- 4
- Last Active
- Roles
- Members
Comments
-
Ok, got it. Loop through all preview pages and their objects: for i := 0 to PreviewPages.Count-1 do begin page := PreviewPages.Page[i]; for j := 0 to page.AllObjects.Count - 1 do begin …
-
By using p := Sender.parent.parent I get the TfrxReportPage object, but using this will only find all the object of the reports page. Now I'm stuck at getting all the report pages and there objects, any clues?
-
In Code Editor: Type TfrxReportPage. followed by Strg+Space and you will get a list of all the available properties and functions. Try other Tfrx.... classes for the different options.
-
Thanks, will do that.