TIEMultiBitmap.ImageFilename
Declaration
property ImageFilename[idx: Integer]: WideString;
Description
Specifies the image loaded at index,
idx.
If your TIEMultiBitmap has been filled with multiple images, then ImageFilename returns the name of the file at an index
// Show the filename of the second image
ShowMessage( MyIEMBitmap.ImageFilename[ 1 ]);