GeekArticles
Programming
Delphi
Programming
DelphiDelete Multiple Selected Items in a TListBox Delphi Control
<p><a Delphi TIPS</i></a> :: <a />
The TListBox Delphi control displays collection of strings in a scrollable list. By setting the MultiSelect property to true, the user can select more than one item at a time. </p>
<p>To remove all the selected items from the list box you need to call the Delete method of the underlying TStrings object. </p>
<p>Read the <b>full article</b> to learn how to <a Multiple Selected Items in a TListBox Delphi Control</a>.</p>
<p><b>Related:</b> </p>
<ul to the Max (Tips and Tricks)</a></li>
<li><a a TEdit inside a TListBox to enable inplace editing of ListBox items</a></li>
<li><a to change the background color on different lines of text in a TListBox</a></li>
</ul>
<p 1px solid Multiple Selected Items in a TListBox Delphi Control</a> originally appeared on <a Delphi Programming</a> on Monday, January 11th, 2010 at 02:00:30.</p><p><a | <a | <a Multiple Selected Items in a TListBox Delphi this</a></p>
Sponsored Links
Related Topics
Delphi Programming Almanacs: 1998. - 2011. Something for Every Delphi Developer: Beginner or a Guru!
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
