Internet Direct (Indy) Version 9.0.2 Beta
TIdLocalEvent
Event type signalled for thread-based notification messages.

TIdLocalEvent = class(TEvent)
Description
TIdLocalEvent is a TEvent descendant that specifies the event type, signalled to the global thread-based notication list in GNotifyThread, when there are pending synchronization requests for an Indy thread instance.

TIdLocalEvent is created using the default Event attributes to allow inheritance of the security attributes of the process that creates the event. TIdLocalEvent can be automatically reset when the single thread that waits on the signal is released. TIdLocalEvent is not created to access an existing named TEvent object instance. TIdLocalEvent is also created with the initial event signal state cleared.