FMX.ListView.TListView.OnUpdatingObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUpdatingObjects;

C++

__property OnUpdatingObjects;

Properties

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

Description

Occurs immediately before the list view component is updated.

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

Occurs immediately before the list view component is updated.

Write an OnUpdatingObjects event handler to provide additional functionality before updating the list view component.

OnUpdatingObjects is an event of type TItemEvent.

See Also