FMX.ListBox.TListBox.MultiSelectStyle

From RAD Studio API Documentation
Jump to: navigation, search

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.

FMX.ListBox.TListBox.MultiSelectStyle inherits from FMX.ListBox.TCustomListBox.MultiSelectStyle. All content below this line refers to FMX.ListBox.TCustomListBox.MultiSelectStyle.


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.