Internet Direct (Indy) Version 9.0.1 Beta
TIdTCPClient.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 TIdTCPClient, and relies on the inherited Create method in TIdTCPConnection. Create allocates the TIdSocksInfo instance used in the SocksInfo property, and sets BoundPort to the default value BoundPortDefault.