FMX.ListView.TPresentedListView.RebuildList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RebuildList; override;

C++

virtual void __fastcall RebuildList();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TPresentedListView

Description

Recreates the list and updates the visible items content in native presentation.

When using native presentation, RebuildList recreates the list and updates the visible items content.

To use the native presentation, you must set the ControlType property to Platform.

See Also