passing whole object to FR
Hi,
I need advice how to acces object from FastReport.
I have some object in Delphi where are defined strings that i need print.
Somethis like this.
TDataHolder = class
private
FSureName : String;
published
propery SureName : string read FSureName;
end;
Should I do it through FR variables or is there any better way.
Thanks.
Sorry for english, I hope you understand
js.
I need advice how to acces object from FastReport.
I have some object in Delphi where are defined strings that i need print.
Somethis like this.
TDataHolder = class
private
FSureName : String;
published
propery SureName : string read FSureName;
end;
Should I do it through FR variables or is there any better way.
Thanks.
Sorry for english, I hope you understand
js.
Comments
I will build report dynamically from delphi code.