FMX.ListBox.TListBoxSelector.MultiSelectStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MultiSelectStyle: TMultiSelectStyle read GetMultiSelectStyle;

C++

__property TMultiSelectStyle MultiSelectStyle = {read=GetMultiSelectStyle, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector

Description

The TMultiSelectStyle that this instance of TListBoxSelector implements. This property makes it possible to select one or more elements using the general mouse and keyboard shortcuts.

The possible values of TMultiSelectStyle are:

  • TMultiSelectStyle.None.
  • TMultiSelectStyle.Default.
  • TMultiSelectStyle.Extended.

See Also