FMX.ListView.TListView.OnUpdateObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUpdateObjects: TAppearanceListView.TItemEvent read FOnUpdateObjects write FOnUpdateObjects;

C++

__property OnUpdateObjects;

Properties

Type Visibility Source Unit Parent
event published
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Occurs immediately after the list view component is updated.

FMX.ListView.TListView.OnUpdateObjects inherits from FMX.ListView.TAppearanceListView.OnUpdateObjects. All content below this line refers to FMX.ListView.TAppearanceListView.OnUpdateObjects.

Occurs immediately after the list view component is updated.

Write an OnUpdateObjects event handler to provide additional functionality after updating the list view component.

OnUpdateObjects is an event of type TItemEvent.

See Also