ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TJamSearchFolder.IsSlow

Returns true if the instance will very likely be slow. This affects e.g. iterating it using the TShellBrowser.Next method./> Currently SpecialFolder SF_Network, SF_Nethood and search folders are regarded as being slow.

Syntax
Pascal
function IsSlow: Boolean; override;

Always True since a search folder is slow.