FMX.Types.TFmxObject.ParentChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ParentChanged; virtual;

C++

virtual void __fastcall ParentChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

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