TwclThreadSynchronizeMessage Class

The WCL Thread Synchronize message.

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

The TwclThreadSynchronizeMessage type exposes the following members.

Show:
 NameDescription
Create(THandle,Pointer)

Creates new message object.

Destroy

Frees the object.

Top
Show:
 NameDescription
Category

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

Id

Gets the message ID. (Inherited from TwclMessage.)

Param

gets the pointer to the user-defined data.

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