|
ShellBrowser Delphi Edition Documentation
|
Executes a context menu command for all selected items.
|
Parameters |
Description |
|
const Command: String |
name of the command, which should be executed. |
Use InvokeCommandOnSelected to execute a command of the context menu on all selected items. Which commands are available depends on the selected object(s). Always available and most important are:
default Will execute the default action for a file and usually open it.
properties Will show the properties dialog for the current object.
delete Will delete the current object. If the current object is a file system object, it will be deleted to the recycle bin, if it is activated. The user will be asked, if he really would like to delete the object.
copy This command copies the selected files to the clipboard.
cut Will cut the current object to the clipboard, the object will be moved with the next paste command
paste If files or folders have been cut or copied, this will paste these objects to the currently selected folder.
TJamShellList.BackgroundPopupMenu
TJamShellList.InvokeCommandOnFolder
TJamSystemShellView.InvokeCommandOnFolder
TJamShellList.InvokeCommandOnSelected
TShellBrowser.InvokeContextMenuCommand
TJamCustomFileList.InvokeContextMenuCommand
TShellBrowser.OnContextMenuSelect
TJamShellList.OnContextMenuSelect
TJamSystemShellView.ShellContextMenu
TJamShellTree.ShellContextMenu