ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Types.IItemIdListCollection.InvokeCommand

Executes a Shell context menu command for all ItemIdLists in this collection

Syntax
Pascal
procedure InvokeCommand(const pCommand: string = 'DEFAULT'); overload;
Parameters 
Description 
const pCommand: string = 'DEFAULT' 
The command as string that should be executed. 

Nothing happens if the list is empty, no exception is raised.

Exceptions 
Description 
 
EShellBrowserError if collection does not contain any valid ItemIdList.