FMX.ListBox.TCustomListBox.MultiSelect
From RAD Studio API Documentation
Delphi
property MultiSelect: Boolean read FMultiSelect write SetMultiSelect default False;
C++
__property bool MultiSelect = {read=FMultiSelect, write=SetMultiSelect, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | protected | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
Description
Specifies whether multiple items can be selected in the list.
If MultiSelect is set to True, you can select more than one item from the list, otherwise you are limited to one item.