FAQ & Knowledge Base

Herzlich Willkommen in unserer Wissensdatenbank. Nutzen Sie die Suchfunktion oder durchstöbern Sie unsere Kategorien, um Antworten auf Ihre Fragen zu erhalten.

Kategorien: ShellBrowser Delphi Components | Alle Kategorien anzeigen

Die folgenden Inhalte sind leider nicht auf Deutsch verfügbar.

Copy a file to Clipboard

Frage / Problem

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

Antwort / Lösung

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.