IListViewItem.Checked

Syntax

Checked: Boolean;

Description

The Checked property determines whether the checkbox selection is set for the element.

Comments

If the property is set to True, the selection is set for the element, otherwise, it is not set. The property is relevant if CheckBoxes = True.

See also:

IListViewItem