|
|
|
| acListView and acDBListView components.
|
| type
|
| TacListViewItemEvent = procedure(Sender: TObject; Item: TListItem) of object;
|
|
|
| property OnCheckBoxClick: TacListViewItemEvent;
|
| The OnCheckBoxClick event occurs when user clicks the checkbox at the left side of list item (when ViewStyle = vsReport).
|
| CheckOnClick property.
|