help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

RTLEventCreate

Create a new RTL event

Declaration

Source position: threadh.inc line 155

function RTLEventCreate: PRTLEvent;

Description

RTLEventCreate creates and initializes a new RTL event. RTL events are used to notify other threads that a certain condition is met, and to notify other threads of condition changes (conditional variables).

The function returns an initialized RTL event, which must be disposed of with RTLEventdestroy

RTLEvent is used mainly for the synchronize method.

See also

RTLEventDestroy

  

Destroy a RTL Event

RTLEventSet

RTLEventReSet

RTLEventWaitFor

  

Wait for an event.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505