Checkboxes: Boolean;
The Checkboxes property indicates whether elements of the ListView component have checkboxes.
If the property is set to True, the checkboxes are placed near the elements of the component. By default the property is set to False, the checkboxes are not displayed.
If the StateImages property is defined for the component and Checkboxes = True, the two first images of the StateImages collection are used to display the checkbox state (selected or deselected) for the elements. The image with the index 0 is used for the unchecked boxes, the image with -1 index is used for the checked ones.
Checkboxes=True; StateImages=Null;
Checkboxes=True; StateImages<>Null;
See also: