Although I have the same understanding like Arnold from your question.
OOP is meant to use only one single instance from an object, it uses the
references to that object.
However OOP and Modules is something like Apples and Computers.
"Michael Kolowicz" <(E-Mail Removed)> wrote in message
news

(E-Mail Removed)...
> I create a modulare app. This app allowed more as one instance of a module
> in the app. Is it possible to use the first instance of a typed Dataset
> (created by the first module) in all followed instaces of the same module?
> How can reache them?