Board index » delphi » Accessing Main app data from within a DLL
Martn Doughty
![]() Delphi Developer |
Sat, 31 May 2003 16:59:21 GMT
Accessing Main app data from within a DLL
We have a (small) main Delphi app (fsMDIForm) that loads lots of DLL's at
startup. These DLL's each contain a number of Delphi fsMDIChild forms making up a functional area for our product. This allows us to add new functionality, by releasing new DLL's that are located/verified/added_to_the_main_menu at run time. The main app holds a tstringlist of the DLL's it has found. Our Options.DLL contains a multi-tab form, with one tab per DLL. My problem is that I need to know, from inside the Options.DLL, I do not want to pass this stringlist to each and every DLL child Any ideas anyone? Thanks in Advance !! Martin mdoug...@vectaplc.com |