FMX.Controls.Presentation.TPresentedControl.AncestorPresentationLoaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AncestorPresentationLoaded(const AControl: TPresentedControl);

C++

void __fastcall AncestorPresentationLoaded(TPresentedControl* const AControl);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Notifies child controls that your control has loaded a new presentation.

See Also