FMX.Ani.TAnimation.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.Ani.pas
FMX.Ani.hpp
FMX.Ani TAnimation

Description

Notification method called after the parent is changed.

FMX.Ani.TAnimation.ParentChanged inherits from FMX.Types.TFmxObject.ParentChanged. All content below this line refers to FMX.Types.TFmxObject.ParentChanged.

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