RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerSocket Class

TServerSocket manages server socket connections for a TCP/IP server.

Pascal
TServerSocket = class(TCustomServerSocket);
C++
class TServerSocket : public TCustomServerSocket;

ScktComp

Add a TServerSocket object to a form or data module to turn an application into a TCP/IP server. TServerSocket listens for requests for TCP/IP connections from other machines, and establishes connections when requests are received. 

 

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