ImageEn, unit iexBitmaps

TIEMultiBitmap.DeleteImage

TIEMultiBitmap.DeleteImage


Declaration

procedure DeleteImage(idx: integer);


Description

Removes the image, idx 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 );