FMX.ListView.TAppearanceListView.OnUpdateObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUpdateObjects: TUpdateObjectsEvent read FOnUpdateObjects write FOnUpdateObjects;

C++

__property TItemEvent OnUpdateObjects = {read=FOnUpdateObjects, write=FOnUpdateObjects};

Properties

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

Description

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