Internet Direct (Indy)
Home
PreviousUpNext
TIdNotifyThreadEvent Type

Represents an event type for Indy thread notifications.

Pascal
TIdNotifyThreadEvent = procedure (AThread: TIdThread) of object;
Parameters 
Description 
AThread 
Thread of execution to receive the event notification. 

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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.