ImageEn, unit iexBitmaps

TIEImageList.Filename

TIEImageList.Filename

Declaration

property Filename[index: integer]: WideString;

Description

Specifies the filename of the specified image.

Example

// Get the filename of the first image
fn := ims.Filename[0];