Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Mar : Datamodules and DLL
| Subject: | Datamodules and DLL |
| Posted by: | "Monzer George Yazigi" (monzer_yazigi@nospam.hotmail.com) |
| Date: | Fri, 4 Mar 2005 10:34:54 |
Dear All
I writing an application which has alot of forms that are not
frequently used. Based on that I decided to put them in a DLL files
and load them only when needed.
The only problem I'm facing is that these forms use the application
datamodule and its components such as TTable and other resources.
How can I do so?
Regards