FMX.Controls.Presentation.TPresentedControl.InitPresentation
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.