FMX.Controls.Presentation.TPresentedControl.PresentationProxy

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

Delphi

property PresentationProxy: TPresentationProxy read FPresentationProxy;

C++

__property TPresentationProxy* PresentationProxy = {read=FPresentationProxy};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl


説明

対象コントロールとそのプレゼンテーション層との通信を処理するプロキシです。

プレゼンテーション層はプレゼンテーション プロキシの受信側(Receiver)となります。

関連項目