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 ]);