Clean up the event and release from memory
Source position: syncobjs.pp line 74
public destructor TEventObject.Destroy; override; |
Destroy cleans up the low-level resources allocated for this event and releases the event instance from memory.
|
Create a new event object |