FMX.ListView.TListViewBase.DoUpdateItemView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoUpdateItemView(const AListItem: TListItem); virtual;

C++

virtual void __fastcall DoUpdateItemView(Fmx::Listview::Types::TListItem* const AListItem);

Properties

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

Description

Dispatches the OnUpdateItemView event.

DoUpdateItemView receives a single parameter, AItem, which is the target list view item.

DoUpdateItemView passes itself (as the Sender parameter) and the received AItem to the event handler of OnUpdateItemView.

See Also