Declaration
property Filename: string;
Description
The last filename used when
reading or
writing the bitmap to file.
// Get the filename of the image loaded into the current layer
If ImageEnView1.CurrentLayer.Kind = ielkImage then
fn := ImageEnView1.CurrentLayer.Bitmap.Filename;