Displays a check box column for the list items on the control.
Source position: comctrls.pp line 1635
public property TCustomListView.Checkboxes : Boolean |
Checkboxes is a Boolean property which indicates if check boxes are displayed next to list items on the control. The default value for the property is False. Changing the value for the property causes the widgetset class to be updated.
Use the OnItemChecked event handler to perform actions needed when the check state for a list item has been changed.
CheckBoxes is used when a LVN_ITEMCHANGED notification message is handled for the control with a LVIF_STATE change flag.
The value in CheckBoxes is ignored when OwnerData is set to True. Check box display cannot be enabled for virtual mode.