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.