System.Win.ScktComp.TCustomSocket Events
InheritedProtected
| OnAccept | protected | Occurs on server sockets just after the connection to a client socket is accepted. |
| OnConnect | protected | Occurs on client sockets just after the connection to the server is opened. |
| OnConnecting | protected | Occurs for a client socket after the server socket has been located, but before the connection is established. |
| OnDisconnect | protected | Occurs just before a client socket closes the connection to a server socket. |
| OnError | protected | Occurs when the socket fails in making, using, or shutting down a connection. |
| OnGetDeltaStreams | protected | |
| OnListen | protected | Occurs just before a server socket is opened for listening. |
| OnLookup | protected | Occurs when a client socket is about to look up the server socket with which it wants to connect. |
| OnRead | protected | Occurs when a client socket should read information from the socket connection. |
| OnWrite | protected | Occurs when a client socket should write information to the socket connection. |