FMX.ListView.TAppearanceListView.OnUpdatingObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUpdatingObjects: TUpdatingObjectsEvent read FOnUpdatingObjects write FOnUpdatingObjects;

C++

__property TUpdatingObjectsEvent OnUpdatingObjects = {read=FOnUpdatingObjects, write=FOnUpdatingObjects};

Properties

Type Visibility Source Unit Parent
event public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TAppearanceListView

Description

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