Sharing objects between modules

tsdt

Active Member
Licensed User
Hi,

How do you pass objects between two modules? Is it possible to create an object in one module and still use the same object in the other module?


Cheers.
 

tsdt

Active Member
Licensed User
You can share Controls and Objects between Modules.
To get access to a Control or Object in another module put the module name before the object's name with a dot.
Like: ModuleName.Object

Best regards.

Oh yeah.. Thanks.. :BangHead:
 
Top