Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
RAP
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
How to call external dll method?
sherlyn20
June 2022
edited June 2022
in
RAP
Hi, can report builder report script call external method from dll? provided with delphi example as below, is that any way to do this? Thanks.
procedure Hello; external 'Project1.dll' name 'Hello';
procedure Test;
begin
Hello;
end;
Comments
nicocizik
June 2022
edited June 2022
It is possible to call a .dll from RAP using a pass-thru function in Delphi. See the included RAP demos for pass-thru examples.
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Sign In
or
Register
to comment.
Comments
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com