RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerSocketThread Members

The following tables list the members exposed by TServerSocketThread.

 
Name 
Description 
 
This is AddClientSocketThread, a member of class TServerSocketThread. 
 
This is the overview for the CheckThreadError method overload. 
 
This is CreateThread, a member of class TServerSocketThread. 
 
Generates an OnTerminate event. 
 
This is FetchClientSocketThread, a member of class TServerSocketThread. 
 
This is RemoveClientSocketThread, a member of class TServerSocketThread. 
 
Name 
Description 
 
Specifies the value returned to other waiting threads when the thread finishes executing. 
 
Indicates whether the thread has been asked to terminate. 
 
Name 
Description 
 
Creates and initializes a client socket thread when a connection is requested. 
 
Occurs after the thread's Execute method has returned and before the thread is destroyed. 
 
Name 
Description 
 
Executes the thread when the thread is created with CreateSuspended set to false. 
 
Terminates all of the threads in the thread pool. 
 
Creates an instance of a TServerSocketThread object. 
 
Destroys the thread object and releases the memory allocated to it. 
 
Provides the code which executes when the thread is run. 
 
This is the overview for the Queue method overload. 
 
Remove queued method calls. 
 
Restarts the execution of a suspended thread. 
 
Asynchronously executes a method call within the main thread. 
 
Executes a method call within the main thread. 
 
Pauses a running thread. 
 
This is the overview for the Synchronize method overload. 
 
Signals the thread to terminate by setting the Terminated property to true. 
 
Waits for the thread to terminate and then returns the value of the ReturnValue property. 
 
Name 
Description 
 
Determines whether the thread object is automatically destroyed when the thread terminates. 
 
Determines whether the thread object is automatically destroyed when the thread terminates. 
 
Indicates the thread's handle (Windows only). 
 
Determines the thread's scheduling priority relative to other threads in the process. 
 
Specifies the TCustomTcpServer object that manages all the TClientSocketThread objects for its client connections. 
 
Indicates whether a thread is suspended. 
 
Indicates the number of TServerSocketThread objects cached for reuse by new connections to client sockets. 
 
Identifies the thread throughout the system. 
 
A list of all the client socket threads created by the TServerSocketThread object. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!