Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Drag&Drop - von ShellListView -> SynMemo (https://www.delphipraxis.net/28871-drag-drop-von-shelllistview-synmemo.html)

citybreaker 31. Aug 2004 16:34


Drag&Drop - von ShellListView -> SynMemo
 
Hallo,
wie kann ich eine Datei aus einer ShellListView in eine SynMemo ziehen
und den inhalt in der SynMemo anzeigen lassen?

fylo 12. Apr 2005 20:44

Re: Drag&Drop - von ShellListView -> SynMemo
 
Hi,

vielleicht hilft dir das weiter:
Delphi-Quellcode:
 
if (sender is TSynMemo)and(Source is TShellListView)
     then begin
          synmemo1.SelText:=ShellListView1.SelectedFolder.DisplayName;
          end;


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:45 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz