FMX.ListBox.TCustomListBox.SelectionController
Delphi
property SelectionController: TListBoxSelector read FSelector;
C++
__property TListBoxSelector* SelectionController = {read=FSelector};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
Description
The current selection controller.
The constructor initializes the MultiSelectStyle property which in turn defines the SelectionController. The default value of MultiSelectStyle is TMultiSelectStyle.None
.