RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClientSocketThread.Create Constructor

Creates an instance of a TClientSocketThread object.

Pascal
C++

For C++, call Create indirectly, using the new keyword, to create a thread in an application. If the CreateSuspended parameter is false, Execute is called immediately. If CreateSuspended is true, Execute is not called until after Resume is called. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!