Constructs and initializes the collection before use.
constructor Create(AOwner: TComponent);
Description
Create constructs a properly initialized instance of the TIdSocketHandles collection. Create relies on the inherited Create constructor to assign both the Owner and the ItemClass (TIdSocketHandle) of the owned collection.
Note: If an exception is raised in the constructor, the Destroy destructor is called to clean up the failed instance.