Vcl.StdCtrls.TCustomListBox.SetMultiSelect
Delphi
procedure SetMultiSelect(Value: Boolean); override;
C++
virtual void __fastcall SetMultiSelect(bool Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomListBox |
Description
Sets the MultiSelect property.
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.