Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check if a property is on a object
Message
De
03/08/2008 13:54:46
 
 
À
03/08/2008 12:32:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
01335595
Message ID:
01336166
Vues:
13
But I do get errors ...

That is because you are trying to access the protected and hidden properties from outside the class.

You can designate the properties and methods that you add to a class as Protected, which restricts access to members of the class and subclasses. You can also designate properties and methods as Hidden, which restricts access to only members of the class.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform