onezeronull.com
ListView’s OnCheckboxClick event
Unfortunately, the TListView object does not have a specific event fired, when the Checked state changes for a TListItem (an item in the ListView). If you need to react in such situation, you have …