Skip to main content
A newer version of this page is available. .

TdxListItem.Checked Property

Specifies if the item’s checkbox is checked.

Declaration

property Checked: Boolean read; write;

Property Value

Type Description
Boolean

True if the checkbox is checked; otherwise, False.

Remarks

Note

The item displays a checkbox if the List View control’s Checkboxes property is set to True.

See Also