Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Timer
Divers
Thread ID:
00205224
Message ID:
00205500
Vues:
18
Hi Rich,

>Did I read correctly that all of your container classes actually have explicit RemoveObject() calls to all of the objects in your container? Can you give me a sample of what you are putting in there?

Exactly. Has saved me quite a bit of trouble yet. *s*
LOCAL lnMember
FOR lnMember = This.ControlCount TO 1 STEP -1
   This.RemoveObject( This.Controls[nMember].Name )
ENDFOR
Christof
--
Christof
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform