You are not logged in.
Hello,
How could I instantiate the aCustomer parameter from a non-Delphi client?
ICustomerFactory = interface(IInvokable)
['{770D009F-15F4-4307-B2AD-BBAE42FE70C0}']
procedure NewCustomer(out aCustomer: TCustomer);
end;
Thank you.
Offline