ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TJamItemIdList.Create

Constructor for TJamItemIdList for an existing PItemIdList.

Syntax
Pascal
constructor Create(aItemIdList: PItemIdList; pOwnsPointer: TItemIdListOwnership = iloOwnsMemory); overload;
Parameters 
Description 
aItemIdList: PItemIdList 
The Windows Shell ItemIdList that should be wrapped. 
pOwnsPointer: TItemIdListOwnership = iloOwnsMemory 
Determines if the memory of the PItemIdList needs to be freed in the destructor. 

IItemIdList

Assign result only to variables of type IItemIdList!