RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSocket Events

The events of the TCustomSocket class are listed here.

 
Name 
Description 
 
Occurs on server sockets just after the connection to a client socket is accepted. 
 
Occurs on client sockets just after the connection to the server is opened. 
 
Occurs for a client socket after the server socket has been located, but before the connection is established. 
 
Occurs just before a client socket closes the connection to a server socket. 
 
Occurs when the socket fails in making, using, or shutting down a connection. 
 
Occurs just before a server socket is opened for listening. 
 
Occurs when a client socket is about to look up the server socket with which it wants to connect. 
 
Occurs when a client socket should read information from the socket connection. 
 
Occurs when a client socket should write information to the socket connection. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!