ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TOnThumbnailUnavailable

The event that is fired when no Thumbnail could be found.

Syntax
Pascal
TOnThumbnailUnavailable = procedure (const Path: string; Width, Height: Integer; out Bitmap: TBitmap) of object;
Parameters 
Description 
Path 
The path that was used to query the Thumbnail
Width 
The Thumbnail Width. 
Height 
The Thumbnail Height. 
Bitmap 
Assign the Thumbnail that should be used here.