TwclMessage.Release Method

Decrements the reference count for the object.

Namespace: wclMessaging
public
 procedure Release;

When the reference count of the object reaches zero, Release causes the object to free itself. When the released pointer is the only existing reference to the object, the implementation frees the object.