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

constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Owner of the object instance.

Description
Create is the constructor for a new TIdTCPConnection object instance. Create initializes the following to their default values:

Descendant classes should override this constructor to set default values such as Port, and other protocol specific options.