Internet Direct (Indy)
|
Constructor for the object instance.
constructor Create( aCollection: TIdCollection ); override; overload;
Parameters |
Description |
aCollection |
Type is TIdCollection. |
Create is the overloaded, reintroduced constructor for the object instance. Create calls the inherited constructor using the value specified in ACollection as the owner of the collection item.
Use an overloaded variant of the constructor to initialize an email address using a null collection item owner.
TIdEMailAddressItem.Create
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. |