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 the object that receives the message.

The Receiver property holds the target object that receives the message.

See Also