FMX.ListView.TAppearanceListView.DoResetView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoResetView(const Item: TListItem); override;

C++

virtual void __fastcall DoResetView(Fmx::Listview::Types::TListItem* const Item);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TAppearanceListView

Description

Called when the view of the specified item of the adapter needs to be recreated.

FMX.ListView.TAppearanceListView.DoResetView inherits from FMX.ListView.TAdapterListView.DoResetView. All content below this line refers to FMX.ListView.TAdapterListView.DoResetView.

Called when the view of the specified item of the adapter needs to be recreated.