TIdTCPServerConnection encapsulates a server connection to a client on a TIdTCPServer. TIdTCPServerConnection is used by TIdPeerThread to provide the server context for accessing any properties, methods, or events of the TCP server.
Create is the constructor for the object instance, and calls the inherited Create method. Create sets the Server property to the value in AServer to indicate the TIdTCPServer context used when a peer thread is executed.