View Single Post
  #69 (permalink)  
Old 09-15-2007, 08:53 PM
Erel's Avatar
Erel Erel is online now
Administrator
 
Join Date: Apr 2007
Posts: 3,205
Default

You could access any of the objects only if the user passes the object inside a method call.
Like using ControlRef / Value properties which are usually just references to the real object.
It allows the user to pass the object to a method.
In your method declaration you should except an object and now cast it to whatever requires.
Reply With Quote