Hi,
Apologies up front if my use of terminology is incorrect but ...
It is my understanding that when you declare properties in a class module you use Property Get (to read values) and Property Let (to write values) if the property is a standard variable type (boolean, integer etc).
However, if the class member is an object (e.g. another class) you just use Get to both read and write.
My question is how do you know whether the object class member is being accessed for read or write from within the Property Get code?
Any help, as always, greatly appreciated.




Reply With Quote