[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Wait for an event.
Source position: line 0
procedure RTLeventWaitFor( |
state: PRTLEvent |
); |
state: PRTLEvent; |
timeout: LongInt |
); |
RTLeventWaitForsuspends the thread till the event occurs. The event will occur when another thread calls RTLEventSetEventon State.
By default, the thread will be suspended indefinitely. However, if TimeOutis specified, then the thread will resume after timeout milliseconds have elapsed.
|
Create a new RTL event |
|
|
Destroy a RTL Event |
|
|
Notify threads of the event. |
|
|
Wait for an event. |