Internet Direct (Indy)
Home
PreviousUpNext
TIdThread.Terminated Property

Indicates if the thread has been halted by calling Terminate.

Pascal
property Terminated;

Terminated is a public property in TIdThread used to indicate if the thread has been halted by calling the Terminate method. 

Terminated is used in Execute to prevent execution of the BeforeRun, Run, and AfterRun methods. 

Terminated is also used in Start and Stopped to determine if the value itoStopped is included in the Options property.

Options 

Start 

Stopped 

BeforeRun 

Run 

AfterRun

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.