TTMSFNCEditorListOnSelectItemChanged Event Type
Fires when an item's selection state changes.
API unit family: TMSFNCEditorListView
Parameters
| Name | Description |
|---|---|
Sender |
The list view control that raised the event. |
AIndex |
Zero-based index of the item whose selection changed. |
AItem |
The item whose selection changed. |
ASelected |
New selection state: True if selected, False if deselected. |