Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A bug
Message
De
03/04/2004 06:58:00
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: A bug
Divers
Thread ID:
00891664
Message ID:
00891980
Vues:
19
Hello Steve.

>> However, this change did not show in the instance of the ADD bar on the form. Not unless I remove the nav bar, and then drag it in again. ?? Maybe this is the way it is supposed to be but sometimes all I have to do is to make changes in a classes and that behavior is there in the class on or in a form. <<

The way that it is supposed to be is that all of your instances inherit from your classes. This means that any changes you make to your classes are reflected in all the instances - unless that property or method is over-ridden in the instance.

When you over-ride a property, you set it to a value other than the deault value it has in the class. When you over-ride a method, you put anything ( even a single space ) in that method without putting in a DODEFAULT(). If you put anything into a method of the instance on your form and do not have the DODEFAULT(), that method no longer inherits from the class.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform