ShellBrowser Delphi Components Documentation
|
Determines if the passed ItemIdList supports IShellFolder and IShellFolder2. This is needed for certain operations, like retrieving columns.
class function SupportsIShellFolder2(const pItemIdList: IItemIdList): boolean;
Parameters |
Description |
const pItemIdList: IItemIdList |
The ItemIdList. |
boolean: true, if the passed ItemIdList supports IShellFolder and IShellFolder2.