FMX.ListBox.TListBoxSelectorFactory.RegisterSelector

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

Delphi

class procedure RegisterSelector(MultiSelectStyle: TMultiSelectStyle; Selector: TListBoxSelectorClass);

C++

__classmethod void __fastcall RegisterSelector(TMultiSelectStyle MultiSelectStyle, TListBoxSelectorClass Selector);

プロパティ

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


説明

TMultiSelectStyle の特定のタイプを処理するセレクタを登録します。

関連項目