Common (data)module for all windows (MDI)

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
 
J

Jeff Johnson

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

(Re)opening closed MDI child? 2
Interface and class 1
Properties? 1
Windows Application: Focus MDI Forms by right click 4
Modal Form from a child form 2
MDI Help 10
Synchronize or invoke? 1
MDI Childs in VS2005 Pro? 1

Top