TwclMessageReceiver Class

The message receiver object.

Namespace: wclMessaging
TObject
  wclMessaging.TwclMessageReceiver
type
 TwclMessageReceiver = class
 end;

The TwclMessageReceiver type exposes the following members.

Show:
 NameDescription
Create

Creates new message receiver object.

Destroy

Frees the message receiver.

Top
Show:
 NameDescription
Listening

Gets the receiver state.

Top
Show:
 NameDescription
Close

Closes the receiver and stops listening for the messages.

DoMessage(TwclMessage)

Fires the OnMessage event

Open

Opens the receiver and starts listening for the messages.

Post(TwclMessage,Boolean)

Posts the message into the messages queue.

Top
Show:
 NameDescription
OnMessage

The event fires when a message has been received.

Top