Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use nodefault in VFP6?
Message
 
To
05/12/2000 12:20:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00449463
Message ID:
00449510
Views:
13
One way to look at NODEFAULT;

An object in Visual FoxPro has methods that are user defined and are sub classed for a specific reason. The sub-classed object will inherit the code of the parent and if this is not desired you would add NODEFAULT at the beginning of the sub classed object method of interest. Doing so will allow you to write code required for your particular need after NODEFAULT while not disturbing additional method code of the parent object. This can be very handy for those occasions when an object class is not to be modified but the object can be modified at the form level.

Tom
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform