FMX.ListView.TListView.OnUpdateObjects
Delphi
property OnUpdateObjects;
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.