Internet Direct (Indy)
Home
PreviousUpNext
TIdThread.OnStopped Event

Represents an event handler signalled when stopping a thread of execution.

Pascal
property OnStopped: TIdNotifyThreadEvent;

OnStopped is a TIdNotifyThreadEvent event handler triggered when an executing thread indicates that it has been stopped. OnStopped can be used to restart or terminate the thread, or to perform processing required when the thread of execution has been completed. 

Applications must assign a procedure to the event handler to allow a response to the event 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.