PRB: Class Browser Does Not Recognize InheritanceLast reviewed: July 28, 1995Article ID: Q131941 |
The information in this article applies to:
SYMPTOMSThe Class Browser (Browser.app) displays only the methods, properties, and members that were added directly to the class. What you do not see are any methods, properties, or members that the class inherited from a parent class. For example, you create a text box class <parent class> and add a new method to the class. Then you creast a new class based on <parent class> and a method is added to this <subclass>. In the properties sheet under the Method tab, you can see that the inherited method from the <parent class> is shown with the method added in the <subclass>. However, when you run the Class Browser and select the <subclass>, the Class Browser displays only the method added directly to the <subclass>.
STATUSThis behavior is by design. The class browser only shows members of the immediate class, not of any parent classes. There are two reasons for this:
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |