FMX.ListView.TAdapterListView.DoItemsCouldHaveChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemsCouldHaveChanged; virtual;

C++

virtual void __fastcall DoItemsCouldHaveChanged();

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 might have changed as a result of filtering or sorting.

See Also