TIEMultiBitmap.DeleteImage
Declaration
procedure DeleteImage(Index: Integer);
Description
Removes the image at
Index from the image list (freeing its associated bitmap).
Note: In
IsVirtual mode, DeleteImage() will decrement
VirtualCount
Example
// Delete the third image from the image list
MBitmap.DeleteImage( 2 );