RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListView.MultiSelect Property

Determines whether the user can select more than one list item at a time.

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

Set MultiSelect to specify whether users can select multiple items in the list. If MultiSelect is true, the user can select multiple items. If MultiSelect if false, only one item can be selected at a time. 

 

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