FMX.ListBox.TListBoxSelectorFactory.RegisterSelector
Delphi
class procedure RegisterSelector(MultiSelectStyle: TMultiSelectStyle; Selector: TListBoxSelectorClass);
C++
__classmethod void __fastcall RegisterSelector(TMultiSelectStyle MultiSelectStyle, TListBoxSelectorClass Selector);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TListBoxSelectorFactory |
Beschreibung
Registriert einen Selektor, der einen bestimmten TMultiSelectStyle-Typ behandelt.