ImageEn, unit iexBitmaps

TIEImageList.Image

TIEImageList.Image


Declaration

property Image[index: integer]: TIEBitmap;


Description

Gets/sets the image at the specified index.


Example

// Get the first image
bmp.Assign( ims.Image[0] );