Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is this a container?
Message
De
20/07/1998 12:55:47
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00119295
Message ID:
00119334
Vues:
18
>How can I tell if an object is a container?

Try:

if PEMSTATUS( yourObject, "ControlCount", 5) = .T. OR ;
PEMSTATUS( yourObject, "ButtonCount", 5) = .T.
*-- your object is a container !
endif

Alex.
Alex
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform