ShellBrowser Delphi Components Documentation
|
Executes a Shell context menu command for all ItemIdLists in this collection
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. |