FMX.Controls.Presentation.TPresentedControl.InitPresentation

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure InitPresentation(APresentation: TPresentationProxy); virtual;

C++

virtual void __fastcall InitPresentation(TPresentationProxy* APresentation);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl


説明

プレゼンテーション プロキシを通じてプレゼンテーション層に初期化データを送信します。

LoadPresentation が新しいプレゼンテーション プロキシを作成した後、InitPresentation を呼び出します。

関連項目