FMX.ListView.TAdapterListView.DoItemsChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemsChange; virtual;

C++

virtual void __fastcall DoItemsChange();

Properties

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

Description

Called after the items of the adapter change.

See Also