RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Selected Property

Indicates whether the list item is selected.

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

Use Selected to select or unselect the list item. If the MultiSelect property of the list view is false, setting Selected to true sets the Selected property of all other list items in the list view to false. The appearance of a selected item depends on whether it has focus and whether the system colors are used for selection. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!