ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Types.IItemIdList.Concat

Concatenates this instance and the given ItemIdList to a new one.

Syntax
Pascal
[SID_IItemIdList]
function Concat(const pItemIdList2: IItemIdList): IItemIdList;
Parameters 
Description 
const pItemIdList2: IItemIdList 
The ItemIdList that should be concatenated with this one to a new one. 

IItemIdList: The concatenated ItemIdList

The ItemIdList given in pItemIdList must be relative to the ItemIdList of this instance.