FMX.ListBox.TListBoxSelectorFactory.CreateSelector

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function CreateSelector(const ListBox: TCustomListBox; const MultiSelectStyle: TMultiSelectStyle): TListBoxSelector;

C++

__classmethod TListBoxSelector* __fastcall CreateSelector(TCustomListBox* const ListBox, const TMultiSelectStyle MultiSelectStyle);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelectorFactory


Beschreibung

Erstellt einen TListBoxSelector mit dem Typ MultiSelectStyle und weist der angegebenen ListBox-Komponente den TListBoxSelector zu.

Siehe auch