TImageList32

TImageList32, as the name implies, contains a list of TImage32 objects. Images will by default be owned by the TImageList32 container once they've been added. Unless the IsImageOwner is set False, images will be freed automatically when they're removed from the list (via TImageList32.Delete or TImageList32.Clear or when TImageList32 is destroyed).

Reference

Methods Properties
Add Image
Clear IsImageOwner
Count Last
Create
Delete
Destroy
Insert
Move