FMX.Header.THeaderItem.ParentChanged

From RAD Studio API Documentation

Delphi

procedure ParentChanged; override;

C++

virtual void __fastcall ParentChanged(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Header.pas
FMX.Header.hpp
FMX.Header THeaderItem

Description

Sends a PM_REFRESH_PARENT message to the presentation layer through its presentation proxy when the parent of this control changes. {{#multireplace:FMX.Header.THeaderItem.ParentChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.Presentation.TPresentedControl.ParentChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.Presentation.TPresentedControl.ParentChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

See Also