ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Types.IItemIdListCollection.GetItem
Syntax
Pascal
function GetItem(pIndex: Integer): IItemIdList;
Parameters 
Description 
pIndex: Integer 
The index of the element to fetch, between 0 and Count - 1

The IItemIdList at index pIndex in this collection.

Getter for the Items property.