Internet Direct (Indy) Version 9.0.2 Beta
TIdTCPServerConnection.Create
Constructor for the object instance.

constructor Create(AServer: TIdTCPServer);
Parameters
AServer: TIdTCPServer
Server used as the end-point for the connection.

Description
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.