FMX.ListBox.TCustomListBox.MultiSelectStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MultiSelectStyle: TMultiSelectStyle read GetMultiSelectStyle write SetMultiSelectStyle default TMultiSelectStyle.None;

C++

__property TMultiSelectStyle MultiSelectStyle = {read=GetMultiSelectStyle, write=SetMultiSelectStyle, default=0};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

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.