System.Messaging.TMessageListenerMethod
Delphi
TMessageListenerMethod = procedure (const Sender: TObject; const M: TMessage) of object;
C++
typedef void __fastcall (__closure *TMessageListenerMethod)(System::TObject* const Sender, TMessageBase* const M);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.Messaging.pas System.Messaging.hpp |
System.Messaging | System.Messaging |
Description
Represents a method that receives the notification.
TMessageListenerMethod represents a method that receives the notification whenever a message is sent.
See Also
- Sending and Receiving Messages Using the RTL
- System.Messaging.TMessageManager.SendMessage
- System.Messaging.TMessageListener
- System.Messaging (Delphi) code example
- System.Messaging (C++) code example