IListViewItem.Checked

Syntax

Checked: Boolean;

Description

The Checked property determines whether the flag 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. This property is relevant, if CheckBoxes = True.

See also:

IListViewItem