FMX.Controls.Presentation.TPresentedControl.Presentation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Presentation: TObject read GetPresentation;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl


Beschreibung

Gibt eine Darstellungsschicht zurück, die von CreateReceiver als Receiver zum Empfangen von Botschaften vom PresentationProxy festgelegt ist.

Siehe auch