ShellBrowser Delphi Components Documentation
ContentsIndexHome
Example

Copy a file to Clipboard

var lItemIdList: IItemIdList;
begin
  lItemIdList := TJamItemIdList.Create(lFileName);
  lItemIdList.InvokeCommand(TShellAction.saCopy);
end;