System.Win.ScktComp.TCustomServerSocket Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnAcceptprotectedOccurs on server sockets just after the connection to a client socket is accepted.
OnClientConnectprotectedOccurs when a client socket completes a connection accepted by the server socket.
OnClientDisconnectprotectedOccurs when one of the connections to a client socket is closed.
OnClientErrorprotectedOccurs when there is a failure in establishing, using, or terminating the socket connection to an individual client socket.
OnClientReadprotectedOccurs when the server socket should read information from a client socket.
OnClientWriteprotectedOccurs when the server socket should write information to a client socket.
OnConnectprotectedOccurs on client sockets just after the connection to the server is opened.
OnConnectingprotectedOccurs for a client socket after the server socket has been located, but before the connection is established.
OnDisconnectprotectedOccurs just before a client socket closes the connection to a server socket.
OnErrorprotectedOccurs when the socket fails in making, using, or shutting down a connection.
OnGetDeltaStreamsprotected
OnGetSocketprotectedOccurs when the server socket needs to create a new TServerClientWinSocket object to represent the server endpoint of a connection to a client socket.
OnGetThreadprotectedOccurs when the server socket needs to create a new execution thread for a connection to a client socket.
OnListenprotectedOccurs just before a server socket is opened for listening.
OnLookupprotectedOccurs when a client socket is about to look up the server socket with which it wants to connect.
OnReadprotectedOccurs when a client socket should read information from the socket connection.
OnThreadEndprotectedOccurs when a client socket connection is terminated and the associated thread finishes execution.
OnThreadStartprotectedOccurs when the execution thread for a connection to a client socket starts up.
OnWriteprotectedOccurs when a client socket should write information to the socket connection.