Location: Symbol Reference > Classes > TJwThread Class
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwThread Class
Pascal
TJwThread = class(TThread);

TJwThread defines a thread base class which offers a name for the thread. Override Execute and call it at first to have any effect.

 
Name 
Description 
 
Create create a thread instance.  
 
This is Destroy, a member of class TJwThread. 
Name 
Description 
The following tables list the members exposed by TJwThread. 
The methods of the TJwThread class are listed here. 
The properties of the TJwThread class are listed here. 
 
Name 
Description 
 
Execute is the main execution procedure of thread. Override it and call it at first. 
 
This is GetReturnValue, a member of class TJwThread. 
 
WaitWithTimeOut waits for the thread to finish or until a timeout occurs.  
 
Name 
Description 
 
Name 
Name sets or gets the threads name. The name is retrieved from internal variable. Changing the thread's name using foreign code does not afect this property. 
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!