FMX.ListView.TListViewBase.DoItemsCouldHaveChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemsCouldHaveChanged; override;

C++

virtual void __fastcall DoItemsCouldHaveChanged();

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

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

Called after the items of the adapter might have changed as a result of filtering or sorting.

See Also