Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Collections of forms
Message
De
08/12/2003 19:39:26
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Collections of forms
Divers
Thread ID:
00857026
Message ID:
00857026
Vues:
55
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform