FMX.ListBox.TListBox.MultiSelectStyle
Delphi
property MultiSelectStyle;
C++
__property MultiSelectStyle = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TListBox |
Description
Style that specifies whether multiple items can be selected in the list.
Style that specifies whether multiple items can be selected in the list.
If MultiSelectStyle is set to True, you can select more than one item from the list. Otherwise, you are limited to one item.