FMX.Controls.Presentation.TPresentedControl.ParentChanged
Delphi
procedure ParentChanged; override;
C++
virtual void __fastcall ParentChanged(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp |
FMX.Controls.Presentation | TPresentedControl |
Description
Sends a PM_REFRESH_PARENT
message to the presentation layer through its presentation proxy when the parent of this control changes.