System.Messaging.TMessageListenerMethod

From RAD Studio API Documentation
Jump to: navigation, search

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