FMX.Controls.Presentation.TPresentedControl.ParentChanged

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also