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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!