listview CheckOnClick property
Return to Introduction  Previous page  Next page
Applies to
acListView and acDBListView components.  

Declaration
property CheckOnClick: Boolean;  

Description
The CheckOnClick property useful only for ListView with checkboxes (at the left side of control, Checkboxes = True), to specify that checkboxes should be checked and unchecked when user clicks the items with mouse.  

See also
Checkboxes property and OnClick method;  
OnCheckBoxClick event.