FMX.ListView.TAdapterListView.DoItemsInvalidate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemsInvalidate; virtual;

C++

virtual void __fastcall DoItemsInvalidate(void);

Properties

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

Description

Called when the items of the adapter need to be painted again.

See Also