FMX.ListBox.TListBoxSelectorFactory.RegisterSelector
Delphi
class procedure RegisterSelector(MultiSelectStyle: TMultiSelectStyle; Selector: TListBoxSelectorClass);
C++
__classmethod void __fastcall RegisterSelector(TMultiSelectStyle MultiSelectStyle, TListBoxSelectorClass Selector);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TListBoxSelectorFactory |
Description
Registers a selector that handles a specific type of TMultiSelectStyle.