FMX.ListBox.Selection.RegisterSelectionControllers
Delphi
procedure RegisterSelectionControllers;
C++
extern DELPHI_PACKAGE void __fastcall RegisterSelectionControllers(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.ListBox.Selection.pas FMX.ListBox.Selection.hpp |
FMX.ListBox.Selection | FMX.ListBox.Selection |
Description
Registers default selection controllers for TListBox.
Use this method to Registers default selection controllers for TListBox. For more information about selection controllers, see TListBoxSelector.