ShellBrowser Delphi Components Documentation
|
Constructor that creates a simple ItemIdList for a file system path.
constructor CreateSimpleIdList(const pPath: String);
Parameters |
Description |
const pPath: String |
The path for than an IItemIdList object should be created. |
Simple ItemIdLists are unable to provide metadata like Size or attributes through the property system. Their main use is to wrap a path into an ItemIdList with little overhead. We experienced some issues with the created ItemIdList for folders, so use with care for folders.