ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellBrowser.InvokeCommand

Executes a command of the context menu of the current object.

Syntax
Pascal
procedure InvokeCommand(const pCommand: TShellCommand); overload;
Parameters 
Description 
const pCommand: TShellCommand 
The command that should be executed.  
Exceptions 
Description 
EShellBrowserException 
In case the execution of the command failed. The property ErrorCode of the exception will have the value ERROR_CANCELLED</> if the oprtation was canceled by the UserName.