FMX.ListView.TPresentedListView.RebuildList

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

Delphi

procedure RebuildList; override;

C++

virtual void __fastcall RebuildList(void);

プロパティ

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


説明

リストを再構築し、ネイティブ プレゼンテーションの表示項目のコンテンツを更新します。

ネイティブ プレゼンテーション使用の際、RebuildList は、リストを再構築し、ネイティブ プレゼンテーションの表示項目のコンテンツを更新します。

ネイティブ プレゼンテーションを使用するには、ControlType プロパティを Platform に設定しなければなりません。

関連項目