Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checkbox/Label Class?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00234967
Message ID:
00234986
Vues:
23
Jason,

You can test the BaseClass property of any object to see what root VFP class the object is derived from.
activate window "debug output"
for each loObject in this.Controls
   debugout loObject.BaseClass
endfor
>Has anyone written a class where a flag determines whether the object is a checkbox or a label?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform