Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to list the properties changed from the parent class
Message
From
22/12/2004 14:48:52
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
00971399
Message ID:
00971572
Views:
19
This message has been marked as a message which has helped to the initial question of the thread.
>>What about the 'Non-default properties only' option in the property sheet?
>
>Yes, but it is manual thing and when you want to populate another class with these it becomes though job switching between classes and in the new class you have to see all properties to populate the ones seen in Non-Default.

You can hack the vcx/scx. Overwritten methods are in methods, properties in properties <g>.
You have to parse the whole object hierarchy in the properties of aggregated classes.

Newly defined methods / properties are in one of the reserved fields, with a special character for array properties. Just create a dummy class and browse the vcx.

But before going that way start using source control ;-)

regards

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform