Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing internal object references.
Message
From
06/10/1998 13:34:49
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00144275
Message ID:
00144295
Views:
19
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform