FMX.ScrollBox.TCustomPresentedScrollBox.InitPresentation

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

Delphi

procedure InitPresentation(APresentation: TPresentationProxy); override;

C++

virtual void __fastcall InitPresentation(Fmx::Controls::Presentation::TPresentationProxy* APresentation);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox

説明

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

FMX.ScrollBox.TCustomPresentedScrollBox.InitPresentation は FMX.Controls.Presentation.TPresentedControl.InitPresentation を継承しています。以下の内容はすべて FMX.Controls.Presentation.TPresentedControl.InitPresentation を参照しています。

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

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

関連項目