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.

Drag&Drop between ShellBrowser and Delphi controls

Frage / Problem

How can I use Drag&Drop between the ShellBrowser Components and Delphi's TListView / TListBox?

Antwort / Lösung

OLE Drag-and-Drop is a special way to transfer Shell data using Drag-and-Drop.

It is implemented in most ShellBrowser components and enables interaction with applications supporting this as well, like Windows File Explorer, Word, etc.

Standard VCL components do not support this out of the box, but you can enable them by using a TJamDropFiles or TJamDragFiles as  mediator.