FMX.Controls.Presentation.TPresentedControl.InitPresentation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitPresentation(APresentation: TPresentationProxy); virtual;

C++

virtual void __fastcall InitPresentation(TPresentationProxy* APresentation);

Properties

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

Description

Sends initialization data to the presentation layer through its presentation proxy.

After LoadPresentation creates a new presentation proxy, it calls InitPresentation.

See Also