Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What does the ClassLibrary property mean?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
What does the ClassLibrary property mean?
Divers
Thread ID:
00224901
Message ID:
00224901
Vues:
54
I subclass the textbox control from the Fox base class and store the class in a library in Location1. The ClassLibrary property correctly has the value of Location1 where the subclass is stored.

I then subclass the newly subclassed textbox control from above and store the new subclass in a different library in Location2. The ClassLibrary for the new subclass still shows the same Location1.

Repeating this process again for Location3, the ClassLibrary shows Location2.

The ClassLibrary property seems to have the value of the location of the PARENT class of the object (except for the case when the parent class is the Fox base class), instead of the location of the object's class itself as the documentation would suggest.

Is this the way it should work?

Thanks in advance.


My Show Me The Code Web Site


Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform