Sorry for the rudimentary post, but I couldn't find the answer on my own. :(
I have a multi-dimensional array of TImages. When I need to clear the old contents and load new images into it, I've just been doing it via a New command. Is there a better way I should be doing it (something like a "FlushArray" method or somthing like that?)
I should mention that I have to clear the old images out first because sometimes the new set going into the array doesn't use all the cells, so I save memory by clearing the cells first.
I have a multi-dimensional array of TImages. When I need to clear the old contents and load new images into it, I've just been doing it via a New command. Is there a better way I should be doing it (something like a "FlushArray" method or somthing like that?)
I should mention that I have to clear the old images out first because sometimes the new set going into the array doesn't use all the cells, so I save memory by clearing the cells first.