ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamFilePreview.TJamFilePreviewLoadPreviewEventArgs.PreviewHandlerGuid

Use property PreviewHandlerGuid to specify or turn off the PreviewHandler used for this file.

Syntax
Pascal
property PreviewHandlerGuid: TGuid;

Set PreviewHandlerGuid to Guid.Empty if the file should not be previewed. Set PreviewHandler to a valid IPreviewHandler GUID to use the PreviewHandler for this file. 

See TJamFilePreview.PrintPreviewHandler for a list of GUIDs registered on your system. 

To avoid any preview to be shown, it might be necessary to also set LoadThumbnail to False.