Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP60- Existence of a property
Message
 
 
À
05/10/2000 09:25:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00425254
Message ID:
00425325
Vues:
17
>How do I determine if an object contains a specific property?
>
>I would like to know if the object I have selected contains the BackColor property or not.
>
>Thank you in advance.

The other simplest way:
if type('MyObject.MyProperty')<>'U'
* Property exists
endif
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform