FMX.ListView.TPresentedListView.DoItemsChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemsChange; override;

C++

virtual void __fastcall DoItemsChange();

Properties

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

Description

This virtual method is called inmediately after a list of items has been changed.

See Also