TwclMessageReceiver.DoMessage(TwclMessage) Method

Fires the OnMessage event

Namespace: wclMessaging
protected
 procedure DoMessage(const Message: TwclMessage); virtual;

Parameters

Message
Type: TwclMessage

The TwclMessage object represented a message.

The Message parameter is valid only inside the method. The method is always called in the same thread which was used to create the receiver.