Topic Path: Symbol Reference > Classes > TIdThreadWithTask Class > TIdThreadWithTask Members
ContentsIndexHome
PreviousUpNext
TIdThreadWithTask Members

Members exposed by TIdThreadWithTask.

Event 
Description 
Handles exceptions raised in the thread of execution. 
Represents an event handler signalled when stopping a thread of execution. 
Constructors
Constructor 
Description 
Constructor for the object instance. 
Destructors
Destructor 
Description 
Frees the object instance. 
Methods
Method 
Description 
Starts or resumes execution of a thread. 
Stop 
Halts execution of the thread instance. 
Executes a thread method synchronized to the main VCL thread. 
Forces the thread of execution to be halted. 
Signals a thread to terminate and waits for completion of the Execute method. 
Property 
Description 
Data 
Storage slot for data used by a thread. 
Loop 
Indicates if the thread is Run continuously until Stopped
Name 
Name assigned to the thread during execution. 
Return value from execution of the thread. 
Determines the action taken when the Stop method is called. 
Indicates when a thread is terminated or suspended. 
Task 
Represents the executable task for a client connection in the thread instance. 
Indicates if the thread has been halted by calling Terminate
Contains the text of an Exception.Message raised within the Execute method. 
Represents the class type for an exception raised during Execute. 
Yarn 
Represents the thread or fiber for the scheduler of the thread. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.