RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerSocketThread.Create Constructor

Creates an instance of a TServerSocketThread object.

Pascal
constructor Create(AServerSocket: TCustomTcpServer);
C++
__fastcall TServerSocketThread(TCustomTcpServer AServerSocket);

For C++, call Create indirectly, using the new keyword, to create a thread in an application. 

 

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