listview OnCheckBoxClick event
Return to Introduction  Previous page  Next page
Applies to
acListView and acDBListView components.  

Declaration
type  
  TacListViewItemEvent = procedure(Sender: TObject; Item: TListItem) of object;  
 
property OnCheckBoxClick: TacListViewItemEvent;  

Description
The OnCheckBoxClick event occurs when user clicks the checkbox at the left side of list item (when ViewStyle = vsReport).  

See also
CheckOnClick property.