ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TJamItemIdList.Create

Constructor for TJamItemIdList for a file system path.

Syntax
Pascal
constructor Create(const pPath: UnicodeString; pShellFolder: IShellFolder = nil; pWindowHandleForLogonDialog: THandle = 0); overload;
Parameters 
Description 
const pPath: UnicodeString 
The path for than an IItemIdList object should be created. 
pShellFolder: IShellFolder = nil 
Optional. The IShellFolder to which the given path is relative. 
pWindowHandleForLogonDialog: THandle = 0 
Optional. Pass a window handle if you would like a logon dialog to be displayed. 

IItemIdList

Assign result only to variables of type IItemIdList!