FMX.ListView.TAdapterListView.DoItemsMayChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemsMayChange; virtual;

C++

virtual void __fastcall DoItemsMayChange();

Properties

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

Description

Called before the items of the adapter might change as a result of filtering or sorting.

See Also