ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TShellBrowser.ItemIdList Property

ItemIdList contains a pointer to the ItemIdList of the current object.

Syntax
Pascal
property ItemIdList: IItemIDList;

This property should only be used by advanced users. It returns a copy of the ItemIdList of the current object. Important: The returned ItemIdList has to be freed using CoTaskMemFree when it is not needed any more.

Copyright (c) 2011. All rights reserved.