API:FMX.Presentation.Style.TStyledPresentationProxy

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Presentation.Style.TStyledPresentationProxyFMX.Controls.Presentation.TPresentationProxyFMX.Presentation.Messages.TMessageSenderSystem.Classes.TPersistentSystem.TObjectTStyledPresentationProxy

Delphi

TStyledPresentationProxy = class(TPresentationProxy)
TStyledPresentationProxy<T: TStyledPresentation, constructor> = class(TStyledPresentationProxy)

C++

class PASCALIMPLEMENTATION TStyledPresentationProxy : public Fmx::Controls::Presentation::TPresentationProxy
template<typename T> class PASCALIMPLEMENTATION TStyledPresentationProxy__1 : public TStyledPresentationProxy

Properties

Type Visibility Source Unit Parent
class public
FMX.Presentation.Style.pas
FMX.Presentation.Style.hpp
FMX.Presentation.Style FMX.Presentation.Style

Description

Proxy that is responsible for the communication among a presented control, its data model, and its presentation.

FMX.Presentation.Style.TStyledPresentationProxy inherits from FMX.Controls.Presentation.TPresentationProxy. All content below this line refers to FMX.Controls.Presentation.TPresentationProxy.

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.

See Also