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