API: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
Class to allow sending message notifications to a TObject.
FMX.Controls.Presentation.TPresentationProxy inherits from FMX.Presentation.Messages.TMessageSender. All content below this line refers to FMX.Presentation.Messages.TMessageSender.
Class to allow sending message notifications to a TObject.
These messages are used to update the properties of the object, Receiver of the message, such as TEdit and TCalendar, in its styled or platform control presentation type.