FAQ & Knowledge Base

Welcome to our Knowledge Base. Search or browse through the topics below to find answers to your questions.

Categories: ShellBrowser Delphi Components | Show all categories

Copy a file to Clipboard

Question / Problem

What is the easiest way to copy a file to the clipboard?

Answer / Solution

Use the "InvokeCommand" method of a class supporting the ICommandInvokable interface.

To copy a single file see ItemIdList.InvokeCommand.

For a list of files use the ItemIdListCollection instead.