TwclMessage Class

The message object.

Namespace: wclMessaging
type
 TwclMessage = class
 end;

The TwclMessage type exposes the following members.

Show:
 NameDescription
Create(Byte,Byte)

Create a new message object.

Top
Show:
 NameDescription
Category

Gets the message category ID.

Id

Gets the message ID.

Top
Show:
 NameDescription
AddRef

Increments the reference count for the object. This method should be called for every new reference to the object.

Release

Decrements the reference count for the object.

Top