FMX.ListView.Types.IListViewAdapter.CreateNewViews

From RAD Studio API Documentation
Jump to: navigation, search

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

TListView calls CreateNewViews every time it needs to paint.

In dynamic adapters, this is where new TListItems should be created for data.

See Also