RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.SetMultiSelect Method

Sets the value of the MultiSelect property.

Pascal
procedure SetMultiSelect(Value: Boolean); override;
C++
virtual __fastcall SetMultiSelect(Boolean Value);

Override SetMultiSelect to provide the write implementation for the MultiSelect property.  

Value is true if the control should allow the user to select more than one item at a time, false if the control should support at most one selected item. 

 

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