ShellBrowser Delphi Components Documentation
|
Executes a context menu command for the listed folder.
function InvokeCommandOnFolder(const pCommand: TShellCommand): Boolean; virtual;
Parameters |
Description |
const pCommand: TShellCommand |
The command to be executed, e.g. TShellAction.saPaste. |
True if the command was executed successfully.
Use InvokeCommandOnFolder to execute a command of the context menu for the listed folder.