Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When/where to destroy objects?
Message
From
28/08/2007 13:37:44
 
 
To
28/08/2007 13:17:36
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01250957
Message ID:
01250969
Views:
14
>I have a main program that instantiates a class. That class contains various objects. What is the best way to clean-up all the references? This program is a service that starts on boot and remains running until PC shutdown or the service is terminated. What can I put in my program/classes to ensure I don't leave stuff hanging around? Per Cathy's suggestion, I'll set them to NULL after destroying them, but where best to do that?

I like to have the Destroy method of the containing object call a custom CleanUp method to do this.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform