FMX.Controls.Presentation.TPresentedControl.Presentation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Presentation: TObject read GetPresentation;

C++

__property System::TObject* Presentation = {read=GetPresentation};

Properties

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

Description

Returns a presentation layer that is set by CreateReceiver as the Receiver that gets messages from the PresentationProxy.

See Also