FMX.Controls.TControl.ParentChanged
Delphi
procedure ParentChanged; override;
C++
virtual void __fastcall ParentChanged();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		protected | FMX.Controls.pas FMX.Controls.hpp  | 
        FMX.Controls | TControl | 
Description
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.