Home RAP

How to call external dll method?

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

Sign In or Register to comment.