Re: Array of Timage

Posted by Maxwell on February 24, 2006

In Reply to Array of Timage posted by Andrew on February 01, 2006

: I've got an array of Timage, and during runtime, I create one or more from the array.
: It works fine when creating and loading a picture and so on. But I need to free them later, and when I try to free one of them, an error occurs.

Can you post some code extracts, how you create and free the TImage objects?
I.e., where is the array declared, in a function or procedure, or globally in the unit?

Related Articles and Replies