FMX.ListBox.Selection.RegisterSelectionControllers

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure RegisterSelectionControllers;

C++

extern DELPHI_PACKAGE void __fastcall RegisterSelectionControllers(void);

Eigenschaften

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


Beschreibung

Registriert Standard-Auswahl-Controller für TListBox.

Mit dieser Methode registrieren Sie Standard-Auswahl-Controller für TListBox. Weitere Informationen zu Auswahl-Controller finden Sie unter TListBoxSelector.

Siehe auch