Internet Direct (Indy)
Home
PreviousUpNext
TIdSMTPRelayStatusItem.Create Constructor

Constructor for collection items.

Pascal
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 
Sent 

 

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.