Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Objects in a Container
Message
De
06/03/2001 13:39:02
 
 
À
06/03/2001 12:54:04
Jeffrey Ang
JGA Software Inc.
Davao, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00482324
Message ID:
00482362
Vues:
13
Jeffrey

> How to remove all the objects inside the container. I've tried for each
> but it doesn't work. pls. help

Assuming This is the container:
With This
   For n = .ControlCount To 1 Step -1
      lcName = .Controls(n).Name
      .RemoveObject(lcName)
   EndFor
EndFor
Daniel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform