Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another Collection class question
Message
From
06/05/2003 15:01:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Another Collection class question
Miscellaneous
Thread ID:
00785535
Message ID:
00785535
Views:
58
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
Next
Reply
Map
View

Click here to load this message in the networking platform