FMX.ListBox.TCustomListBox.SelectionController

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SelectionController: TListBoxSelector read FSelector;

C++

__property TListBoxSelector* SelectionController = {read=FSelector};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox


Beschreibung

Der aktuelle Auswahlcontroller.

Der Konstruktor initialisiert die Eigenschaft MultiSelectStyle, die wiederum den SelectionController festlegt. Der Standardwert von MultiSelectStyle ist TMultiSelectStyle.None.

Siehe auch