What is the best way to destroy an object in Xojo for garbage collection, or should I not even care? If I create an object - such as Dim X as MyClass - do I need to get rid of it when done?
I’m used to setting objects to Null when I am done with them, so that the GC can come along and recover memory etc.
4 posts - 3 participants