capture and use an in-app object from a dll (all in delphi)

0

I have an exe in delphi and I use a dll also in delphi. In the exe I have a tdatabase for connection to a database, and in the dll I would like to capture and use this component without having to create a new tdatabase to access the database, avoiding two concurrent connections with the database.

Thank you in advance.

    
asked by anonymous 16.02.2017 / 15:31

0 answers