Internet Direct (Indy)
|
Constructor for collection items.
constructor Create( Collection: TIdCollection ); override;
Parameters |
Description |
Collection |
Collection that owns items in the container. |
Create is the overridden constructor for the object instance.
Collection is the TIdCollection that owns items created in the collection instance.
Create calls the inherited constructor using Collection as an argument.
Create allocates resources required for the following properties:
Create sets the default values for the following properties:
Property |
Value |
Use Destroy to free collection items added to the collection.
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. |