FMX.ListView.TPresentedListView.ParentChanged
Delphi
procedure ParentChanged; override;
C++
virtual void __fastcall ParentChanged();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.ListView.pas FMX.ListView.hpp |
FMX.ListView | TPresentedListView |
Description
Executed right after the value of the Parent property changes.
FMX.ListView.TPresentedListView.ParentChanged inherits from FMX.Controls.TControl.ParentChanged. All content below this line refers to FMX.Controls.TControl.ParentChanged.
Executed right after the value of the Parent property changes.
The control does not execute ParentChanged if you assign Parent the same value that it already has.