RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListBox.SetMultiSelect Method

Sets the MultiSelect property.

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

SetMultiSelect is the protected write implementation for the MultiSelect property. Value is true if the list box should allow more than one item to be selected, false if only one item can be selected at a time. 

 

MultiSelect

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