Internet Direct (Indy) Version 9.0.1 Beta
TIdSocketHandle.Create
Creates and initializes the binding instance.

constructor Create(ACollection: TCollection); override;
Parameters
ACollection: TCollection
Owner of the collection item instance.

Description
Create is the constructor for the collection item TIdSocketHandle, and relies on the inherited Create constructor to initialize the collection item.

The ACollection parameter is the TIdSocketHandles collection that owns the collection item instance. ACollection is used to retrieve the value in DefaultPort, and to assign that value to Port in the TIdSocketHandle instance.