ImageEn, unit iemview

TImageEnMView.MissingFileIcon

TImageEnMView.MissingFileIcon

Declaration

property MissingFileIcon: TIEBitmap;

Description

Image that is displayed for files that cannot be found (i.e. have an invalid file path).

Note: Only valid if ietxEnableInternalIcons is specified in ThumbnailOptionsEx

Example

// Set a custom missing file image
ImageEnMView1.MissingFileIcon := myBMP;

See Also

DefaultFileIcon