Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Releasing internal object references.
Message
De
06/10/1998 13:34:49
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00144275
Message ID:
00144295
Vues:
20
>No, but you can come close to that by adding the following code to the Destroy event of all of your base classes that contain objects (adjust the name of the collection, ie pages for the pageframe, etc):
>
>For lnControl = This.ControlCount to 1 Step -1
>   This.RemoveObject(This.Controls[m.lnControl])
>Endfor
Maybe sometime down the road, but I think for now, I'll just kill it in form.destroy. Thanks for your help.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform