8 Oct
2003
8 Oct
'03
6:41 p.m.
Roman Bogoyev wrote at 2003-10-6 18:06 +0800:
Dieter's Reference product is almost what I need. Is there any way for a reference to have it's own set of properties as well as the real object's properties?
It is not easy to merge in things from the reference itself and the referenced object. You would need to inherit "PropertyManager" in "Reference" and override all "PropertyManager" methods to do the merging. Dieter