Custom objects for scripts?
Using Berlin Update 2
Latest FR 5 for VCL
Currently I have custom functions that my FR3 scripts have access to from my application. frxReport1.AddFunction ...
Can I make a custom object to pass to the FR3 file?
In this case, I have an TCollection / TCollectionItem deal that I would love to pass to an existing FR3 file from my application and the script language could have access to that?
Basically trying to figure out how to pass things more complex than a string or integer to variables.
Latest FR 5 for VCL
Currently I have custom functions that my FR3 scripts have access to from my application. frxReport1.AddFunction ...
Can I make a custom object to pass to the FR3 file?
In this case, I have an TCollection / TCollectionItem deal that I would love to pass to an existing FR3 file from my application and the script language could have access to that?
Basically trying to figure out how to pass things more complex than a string or integer to variables.
Comments
Where / how did TPicture get defined in the script?
I want to pass an object I created code wise totally.. not something that would exist already in Delphi / FastReports?