Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find a class which is not complimenting the parent class
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01009786
Message ID:
01009836
Views:
11
This message has been marked as the solution to the initial question of the thread.
You can open class library as a table and check Properties and Methods memo fields for each class. If Methods memo is not empty then subclass has some override code in its meyhods. It's little bit more complicated with properties because it's never empty. There's at least Name property. You'll have to decide which properties to ignore in your analysis.

>How can I find out (without opening and looking at the property sheet) if a class is not complimenting the parent class's properties and methids.
>
>In short how to find a class that is just taking up hierarchy space but not contributing to the hierarchy? I want to make the heirarchy one less deep if I can.
>
>Small PRG nothing sophisticated is fair.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform