ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
IItemIdList.Concat Method

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

Syntax
Pascal
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.

Copyright (c) 2011. All rights reserved.