FMX.ListView.TListViewBase.DoItemsMayChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemsMayChange; override;

C++

virtual void __fastcall DoItemsMayChange();

Properties

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

Description

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

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

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

See Also