Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Another Collection class question
Message
De
06/05/2003 15:01:41
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Another Collection class question
Divers
Thread ID:
00785535
Message ID:
00785535
Vues:
57
Hi all,

Where does the clearing of items in a collection occur? See code sample:
oCol=createobject('clsCollection')
oCol.Add(createobject('form'))
?oCol.Count && 1

define class clsCollection as collection
   procedure destroy
      ? this.count && 0!!!
   endproc
enddefine
ramil
~~ learning to stand still
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform