System.Messaging.TMessageListener
Delphi
TMessageListener = reference to procedure(const Sender: TObject; const M: TMessage);
C++
__interface TMessageListener : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
anonMethod class |
public | System.Messaging.pas System.Messaging.hpp |
System.Messaging | System.Messaging |
Description
Represents a procedure that receives the notification.
TMessageListener represents a procedure that receives the notification whenever a message is sent.