RTLEventSetEvent
Notify threads of the event.
Declaration
Source position: threadh.inc line 181
  procedure RTLEventSetEvent(state: PRTLEvent);
Description
RTLeventSetEvent notifies other threads which are listening, that the event has occurred.
See also
| Name | Description | 
|---|---|
| RTLEventCreate | Create a new RTL event | 
| RTLEventDestroy | Destroy a RTL Event | 
| RTLEventResetEvent | Reset an event | 
| RTLEventWaitFor | Wait for an event. |