GeekArticles
Programming
Delphi
Programming
DelphiDrag Multiple Files From Delphi's TShellListView
in <a Controls</i></a> :: <a /></a>
The TShellListView control (a part of the Shell Controls package) can be used to display files from the file system. Paired with TShellTreeView shell, the TShellListView can be used to mimic Windows Explorer user interface.
<p>When MultiSelect property is set (to true) for the shell list view, to get the list of selected files, you need to iterate through items and check if an item is selected.
<p>Read the <b>full article</b> to learn how to <b><a The List Of Selected Files When TShellListView.MultiSelect is True</a></b>
<p><b>Related:</b>
<ul your Delphi Forms to Accept Dropped Files from Window Explorer</a></li>
<li><a Images from Windows Explorer to a TImage control</a></li>
<li><a Multiple TListView Items using Drag and Drop in Delphi</a></li>
</ul><p 1px solid Multiple Files From TShellListView</a> originally appeared on <a Delphi Programming</a> on Tuesday, March 23rd, 2010 at 07:25:30.</p><p><a | <a | <a Multiple Files From this</a></p>
Sponsored Links
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
