Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Collections of forms
Message
From
08/12/2003 19:39:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Collections of forms
Miscellaneous
Thread ID:
00857026
Message ID:
00857026
Views:
54
If I create a collection of forms and I release one of the forms, the reference disappears automatically from the collection. So it behaves unlike other object references which would normally prevent the form unloading.
Is this expected behaviour?

eg
x= create('collection')
y= create('form')
x.add(y)
? x.count && 1
x.show && click on close button to release form
? x.count && 0

By the way I like this behaviour, for the purpose that I wish to use it. I just wan't to know I can rely on it.
Next
Reply
Map
View

Click here to load this message in the networking platform