TwclThreadSignalMessage Class

The WCL Thread Signal message.

Namespace: wclMessaging
TObject
  wclMessaging.TwclMessage
    wclMessaging.TwclSystemCategoryMessage
      wclMessaging.TwclThreadSignalMessage
type
 TwclThreadSignalMessage = class(TwclSystemCategoryMessage)
 end;

The TwclThreadSignalMessage type exposes the following members.

Show:
 NameDescription
Create(Byte)

Creates new message object.

Top
Show:
 NameDescription
Category

Gets the message category ID. (Inherited from TwclMessage.)

Id

Gets the message ID. (Inherited from TwclMessage.)

Signal

Gets the thread signal ID.

Top
Show:
 NameDescription
AddRef

Increments the reference count for the object. This method should be called for every new reference to the object. (Inherited from TwclMessage.)

Release

Decrements the reference count for the object. (Inherited from TwclMessage.)

Top