FMX.Controls.Presentation.TPresentedControl.PresentationProxy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PresentationProxy: TPresentationProxy read FPresentationProxy;

C++

__property TPresentationProxy* PresentationProxy = {read=FPresentationProxy};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Proxy that handles communications between your control and its presentation layer.

The presentation layer is the Receiver of your presentation proxy.

See Also