FMX.ListView.Types.IListViewAdapter.CreateNewViews
Delphi
procedure CreateNewViews;
C++
virtual void __fastcall CreateNewViews() = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.ListView.Types.pas FMX.ListView.Types.hpp | FMX.ListView.Types | IListViewAdapter | 
Description
Is called by TListView every time it needs to paint.
In dynamic adapters, this is where new TListItems should be created for data.