RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Checked Property

Determines whether a check mark appears next to the list item.

Pascal
property Checked: Boolean;
C++
__property Boolean Checked;

Use Checked to indicate whether the list item represents a selected option by displaying a check mark next to the item in the list view. When Checked is true, a check mark appears next to the item. When Checked is false, no check mark appears.

Note: Set the CheckBoxes property of the List View to true before using the Checked property.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!