Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketHandles.Create Constructor

Constructor for the object instance.

Pascal
constructor Create(
    AOwner: TIdNativeComponent
); reintroduce;
Parameters 
Description 
AOwner 
Owner of the collection. 

Create is the reintroduced constructor for the object instance. Create calls the inherited method using AOwner as the owner and TIdSocketHandle as the class type for items created in the collection. 

Use Clear to remove all of the Items in the collection. 

Use Destroy to free the collection instance.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.