FMX.ListView.TListViewBase.DoItemsChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemsChange; override;

C++

virtual void __fastcall DoItemsChange(void);

Properties

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

Description

Called after the items of the adapter change.

FMX.ListView.TListViewBase.DoItemsChange inherits from FMX.ListView.TAdapterListView.DoItemsChange. All content below this line refers to FMX.ListView.TAdapterListView.DoItemsChange.

Called after the items of the adapter change.

See Also