RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomServerSocket Class

TCustomServerSocket is the base class for all server socket components.

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

ScktComp

TCustomServerSocket introduces new properties and events specific to the functions of a TCP/IP server.  

Do not create instances of TCustomServerSocket. Use TCustomServerSocket as a base class when declaring server socket objects that listen for connection requests from other machines. 

 

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