P
Poohface
I'm using a listbox to hold objects. The objects are a class I made.
Allis well except when I do a listbox.items.clear, it clears the
listbox, but judging by the mem usage climb each time I re-populate
the listbox, it does not look like the previsous objects are being
destoryed. I had assumed that when the items object collection was
cleared that the objects would be destroyed. Am I wrong? Is this my
fault, should I have something in my class to destroy them?
Norst
Allis well except when I do a listbox.items.clear, it clears the
listbox, but judging by the mem usage climb each time I re-populate
the listbox, it does not look like the previsous objects are being
destoryed. I had assumed that when the items object collection was
cleared that the objects would be destroyed. Am I wrong? Is this my
fault, should I have something in my class to destroy them?
Norst