Hi all Let's say I have five classes (Class1, Class2 etc.) and that each class is a subclass of the one before it (class2 is a subclass of class1, class3 is a subclass of class2 etc.)
Now let's suppose that I have added a custom property (e.g. "MyProperty") to class3 and set its value to "Property3". At this point class4 and class5 will inherit the property MyProperty with the value "Property3". Now I add the custom property MyProperty to class1 and set its value to "Property1" and everything is just fine. Now class2 will inherit the property MyProperty with the value "Property1" and classes class3, class4, class5 will inherit the property MyProperty with the value "Property3". I think that's great and potentially very useful because it means I can create a property at the top of the hierarchy without having to worry about whether a property of the same name has already been defined lower down the hierarchy. Paul Newton _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cy1pr0201mb1804d62fa8273c2cec244e43a1...@cy1pr0201mb1804.namprd02.prod.outlook.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

