Internet Direct (Indy) Version 9.0.1 Beta
TIdTCPStream.Create
Constructor for the object instance.

constructor Create(AConnection: TIdTCPConnection);
Parameters
AConnection: TIdTCPConnection
Connection used for stream input and output operations.

Description
Create is the Constructor for the object instance that is reintroduced in TIdTCPStream, and relies the inherited Create method. Create also assigns the TIdTCPConnection instance in the AConnection parameter to the Connection property.