|
|
|
| acListView and acDBListView components.
|
| property CheckOnClick: Boolean;
|
| 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.
|
| Checkboxes property and OnClick method;
|
| OnCheckBoxClick event.
|