Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use nodefault in VFP6?
Message
 
À
05/12/2000 12:20:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00449463
Message ID:
00449510
Vues:
8
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform