Indy 9
TIdNotifyThreadEvent
See Also, Unit: IdThread
Represents an event type for Indy thread notifications.
TIdNotifyThreadEvent = procedure (AThread: TIdThread) of object;
Unit
IdThread
Parameters
AThread
Thread of execution to receive the event notification.
Description
TIdNotifyThreadEvent is an event type triggered when an Indy thread needs to receive an event notification. TIdNotifyThreadEvent is the event type used for the OnStopped event handler in TIdThread. A procedure that accepts the Indy thread in AThread must be assigned for the event type to allow a response to the notification.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.