System.Win.ScktComp.TCustomServerSocket Events
InheritedProtected
| OnAccept | protected | Occurs on server sockets just after the connection to a client socket is accepted. |
| OnClientConnect | protected | Occurs when a client socket completes a connection accepted by the server socket. |
| OnClientDisconnect | protected | Occurs when one of the connections to a client socket is closed. |
| OnClientError | protected | Occurs when there is a failure in establishing, using, or terminating the socket connection to an individual client socket. |
| OnClientRead | protected | Occurs when the server socket should read information from a client socket. |
| OnClientWrite | protected | Occurs when the server socket should write information to a client socket. |
| 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 | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |
| OnGetSocket | protected | Occurs when the server socket needs to create a new TServerClientWinSocket object to represent the server endpoint of a connection to a client socket. |
| OnGetThread | protected | Occurs when the server socket needs to create a new execution thread for a connection to a client socket. |
| 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. |
| OnThreadEnd | protected | Occurs when a client socket connection is terminated and the associated thread finishes execution. |
| OnThreadStart | protected | Occurs when the execution thread for a connection to a client socket starts up. |
| OnWrite | protected | Occurs when a client socket should write information to the socket connection. |