ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TItemIdListHelper.SupportsIShellFolder2

Determines if the passed ItemIdList supports IShellFolder and IShellFolder2. This is needed for certain operations, like retrieving columns.

Syntax
Pascal
class function SupportsIShellFolder2(const pItemIdList: IItemIdList): boolean;
Parameters 
Description 
const pItemIdList: IItemIdList 
The ItemIdList. 

boolean: true, if the passed ItemIdList supports IShellFolder and IShellFolder2.