GeekArticles
Programming
Delphi
Programming
DelphiSelecting Delphi's TListView Item When the Item's Checkbox is Checked
in <a Tips and Tricks</i></a> :: <a /></a>
When the Checkboxes property is True, ListView includes a check box next to the items in the list. To get the state for an item in the list view, read the Checked boolean property.
<p>You will notice that checking or unchecking the item in a list view will not change the selected item - the item that gets checked will not get selected.
<p>Read the <b>full article</b> to learn how to <b><a Select a TListView Item on Item Check / Uncheck</a></b>
<p><b>Related:</b>
<ul to Implement the On Item Checked Event for the TListView Delphi control</a></li>
<li><a Custom Check Box Images for a ListView</a></li>
<li><a Edit Mode using a Keyboard Shortcut</a></li>
</ul><p 1px solid TListView Item When the Checkbox is Checked</a> originally appeared on <a Delphi Programming</a> on Tuesday, March 9th, 2010 at 06:29:01.</p><p><a | <a | <a TListView Item When the Checkbox is 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
