FMX.MultiView.TCustomMultiView.ParentChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ParentChanged; override;

C++

virtual void __fastcall ParentChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TCustomMultiView

Description

Sends a PM_REFRESH_PARENT message to the presentation layer through its presentation proxy when the parent of this control changes.

FMX.MultiView.TCustomMultiView.ParentChanged inherits from FMX.Controls.Presentation.TPresentedControl.ParentChanged. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.ParentChanged.

Sends a PM_REFRESH_PARENT message to the presentation layer through its presentation proxy when the parent of this control changes.

See Also