FMX.MultiView.TMultiViewPresentation.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
public
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiViewPresentation

Description

Multi-view controls call this method on its presentation object when their parent changes.

See Also