Board index » delphi » Multiple datamodules in one dll/cgi?
Lewie Dekker
![]() Delphi Developer |
Mon, 05 Apr 2004 16:32:41 GMT
Multiple datamodules in one dll/cgi?
I would like to be able to use bde and ibx in the same app, depending on
a setting in an external initiation file. A while ago Craig suggested I instantiate the right datamodule the moment it is needed. Like: type procedure CreateDM; I tried to do something like this, but am running into trouble with the How do you "overload" these instances? None of the documentation and Any pointers appreciated. |