FMX.Controls.Presentation.TPresentedControl.AncestorParentChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AncestorParentChanged; override;

C++

virtual void __fastcall AncestorParentChanged(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 an ancestor of this control changes.

See Also