The following example shows the thumbnail image of the currently selected file of a TJamShellList:
if ShellList.SelectedFiles.Count>0 then ThumbnailImage.Path := ShellList.Path + ShellList.SelectedFiles[0];