ImageList
Previous Top Next

ImageList is a dynamic array of images.
ImageList stores the images in memory and allows other controls to retrieve the images from memory.
You can add images to an ImageList using the visual designer.
These image files will be merged in the executable during compilation.

                graphic

Properties and Methods:
             Add
             Clear
             Count
             Height
             Insert
             Item
             Pixel
             RemoveAt
             Width

Event:
None.