FMX.Presentation.Messages.TMessageSender.Receiver

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Receiver: TObject read FReceiver write SetReceiver;

C++

__property System::TObject* Receiver = {read=FReceiver, write=SetReceiver};

Properties

Type Visibility Source Unit Parent
property public
FMX.Presentation.Messages.pas
FMX.Presentation.Messages.hpp
FMX.Presentation.Messages TMessageSender

Description

Indicates an object that receives notifications from the message sender.

In case of presented controls, the receiver should be a presentation.

See Also