FMX.Menus.TMainMenu.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.Menus.pas
FMX.Menus.hpp
FMX.Menus TMainMenu

Description

Notification method called after the parent is changed. {{#multireplace:FMX.Menus.TMainMenu.ParentChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Types.TFmxObject.ParentChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Types.TFmxObject.ParentChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Notification method called after the parent is changed. ParentChanged is a virtual method to be implemented in subclasses to allow for changing the parent of this FMX object.

See Also