FMX.ListView.Types.IListViewAdapter.ResetViews
Delphi
procedure ResetViews(const Purposes: TListItemPurposes);
C++
virtual void __fastcall ResetViews(const TListItemPurposes Purposes) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.ListView.Types.pas FMX.ListView.Types.hpp | FMX.ListView.Types | IListViewAdapter | 
Description
Resets the views of the items that have the specified purposes. List views call ResetViews on their adapter when the list view appearance needs an update; for example, when you change the size of a list view.
If the specified set of purposes is empty, ResetViews resets the views of all list view items.