RAD Studio VCL Reference
ContentsIndex
TCustomTcpServer Members Public Events
Public Events
 
Name 
Description 
 
Occurs on server sockets just after the connection to a client socket is accepted. 
 
Occurs when the handle to a socket becomes active. 
 
Occurs when a socket is deactivated. 
 
Occurs when the socket fails in making, using, or shutting down a connection. 
 
A wrapper for the TServerSocketThread event of the same name. 
 
Occurs when a server socket begins listening for connections. 
 
Occurs after a socket receives data, but before it passes the data to the application. 
 
Occurs just before a client socket writes information to the socket connection. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.