ImageEn, unit iexBitmaps

TIEBitmap.Filename

TIEBitmap.Filename


Declaration

property Filename: string;


Description

The last filename used when reading or writing the bitmap to file.


Example

// Get the filename of the image loaded into the current layer
If ImageEnView1.CurrentLayer.Kind = ielkImage then
  fn := ImageEnView1.CurrentLayer.Bitmap.Filename;