Common (data)module for all windows (MDI)

  • Thread starter Thread starter Sonnich Jensen
  • Start date Start date
S

Sonnich Jensen

Hi all

I am working on an MDI application, where I have a data module holding all data needed, obtaining those etc.

How can I add this module, so it is visible on all my windows?

Can I have public functions on my main form for all windows to use?

WBR
Sonnich
 
I am working on an MDI application, where I have a data module holding all
data needed, obtaining those etc.

How can I add this module, so it is visible on all my windows?

Can I have public functions on my main form for all windows to use?

Will a class with a bunch of static properties not do what you want?
 
Back
Top