FMX.ListBox.Selection.RegisterSelectionControllers

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure RegisterSelectionControllers;

C++

extern DELPHI_PACKAGE void __fastcall RegisterSelectionControllers(void);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.ListBox.Selection.pas
FMX.ListBox.Selection.hpp
FMX.ListBox.Selection FMX.ListBox.Selection


説明

TListBox のデフォルトの選択コントローラを登録します。

TListBox のデフォルトの選択コントローラを登録することができます。選択コントローラの詳細については、TListBoxSelector を参照してください。

関連項目