CopyName# and C++
digisys
Stuttgart
I??m trying to use CopyName# for a report in different languages. I know only litte about pascal, I??m using C++. Searching the net, I only found the FastReport 4 Demo with this code:
begin
frxGlobalVariables := ''; // copy viewed in the preview
frxGlobalVariables := 'First copy'; // 1st printed/exported copy
frxGlobalVariables := 'Second copy'; // 2nd printed copy
frxGlobalVariables := 'Third copy'; // 3rd printed copy
end.
How this is coded in C++?
begin
frxGlobalVariables := ''; // copy viewed in the preview
frxGlobalVariables := 'First copy'; // 1st printed/exported copy
frxGlobalVariables := 'Second copy'; // 2nd printed copy
frxGlobalVariables := 'Third copy'; // 3rd printed copy
end.
How this is coded in C++?