ImageEn, unit iemview

TImageEnMView.DefaultFileIcon

TImageEnMView.DefaultFileIcon

Declaration

property DefaultFileIcon: TIEBitmap;

Description

Image that is displayed for files while loading.

Note: Only valid if ietxEnableInternalIcons is specified in ThumbnailOptionsEx, and ietxShowIconWhileLoading is not included.

Example

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

See Also

MissingFileIcon