ShellBrowser Delphi Components Documentation
|
Creates an absolute ItemIdList from the passed IShellFolder and relative ItemIdList.
constructor Create(const pShellFolder: IShellFolder; const pRelativeIdList: IItemIdList); overload;
Parameters |
Description |
const pShellFolder: IShellFolder |
The IShellFolder to which the given ItemIdList is relative. |
const pRelativeIdList: IItemIdList |
The relative ItemIdList . |
IItemIdList
If the passed IShellFolder cannot be converted to an ItemIdList, the resulting instance will be invalid. However, if the passed pRelativeIdList is not actually a child of pShellFolder, the resulting ItemIdList will NOT be invalid. Use Reload to check if it is existing.