Creating
an array of TImage
Most often, when a developer needs an array
of bitmaps, the easiest thing to do is to use a TImageList. There
are times however, when is it neccessary to create an arrray of TImages,
especially if your images are of different dimensions. The following
code illustrates how to create and destroy an array of TImages.
KEYWORDS: TImage, new [], delete
[]
|