FMX.ListBox.TCustomListBox.SetGroupingKind

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

Delphi

procedure SetGroupingKind(const Value: TListGroupingKind);

C++

void __fastcall SetGroupingKind(const TListGroupingKind Value);

プロパティ

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


説明

GroupingKind プロパティの設定メソッド。

GroupingKind プロパティの値を設定し、ListBox のコンテンツを更新し再描画します。

関連項目