in TListView Tips and Tricks ::
When the Checkboxes property is True, ListView includes a check box next to the items in the list. To get the "checked" state for an item in the list view, read the Checked boolean property.
When the Checkboxes property is True, ListView includes a check box next to the items in the list. To get the "checked" state for an item in the list view, read the Checked boolean property.
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.
Read the full article to learn how to Programmatically Select a TListView Item on Item Check / Uncheck
Related:
Comments
No comments yet. Leave a Comment

