Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's that syntax to call base class method?
Message
De
01/05/2009 14:16:59
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01397455
Message ID:
01397482
Vues:
63
>>I can't remember the syntxa to call the base class method code so as to skip the local code that is in the method.
>>
>>My form has a FormSave() method that is inherited from the base class. I have added some local code to it, but I want to call the base class method from another place in the form, and in that case, I do not want to just call Thisform.FormSave() becuase I do not want the local code to run.
>>
>>Is it Thiform::FormSave()
>
>It's wrong way to go about it. Move the code in the base class to new method, say FormSaveWhatever(), and call it from FormSave(). After that you can call either method in your subclasses.



Indeed.

Thanks,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform