FMX.ListView.TPresentedListView.DoItemsInvalidate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemsInvalidate; override;

C++

virtual void __fastcall DoItemsInvalidate(void);

Properties

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

Description


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

FMX.ListView.TPresentedListView.DoItemsInvalidate inherits from FMX.ListView.TAdapterListView.DoItemsInvalidate. All content below this line refers to FMX.ListView.TAdapterListView.DoItemsInvalidate.

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

See Also