FMX.Controls.Presentation.TPresentationProxy
Delphi
TPresentationProxy = class(TMessageSender)
C++
class PASCALIMPLEMENTATION TPresentationProxy : public Fmx::Presentation::Messages::TMessageSender
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp |
FMX.Controls.Presentation | FMX.Controls.Presentation |
Description
Proxy that is responsible for the communication among a presented control, its data model, and its presentation.
A presentation proxy keeps presented control in the PresentedControl and a data model in the Model properties.
The presentation proxy creates the presentation and keeps it in the Receiver property. If the presented control is represented by a native control of the platform where your application is running, you can access the native control using the NativeObject property.