FMX.ListBox.TListBoxSelectorFactory.RegisterSelector

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

Siehe auch