Topic Path: Symbol Reference > Classes > TIdEMailAddressItem Class > TIdEMailAddressItem Methods > Create Constructor > Create Constructor (string)
ContentsIndexHome
PreviousUpNext
TIdEMailAddressItem.Create Constructor (string)

Constructor for the object instance.

constructor Create(
    aText: string
); overload; reintroduce;
Parameters 
Description 
aText 
Email address to assign to the properties in the object instance. 

Create is the overloaded, reintroduced constructor for the object instance. Create calls the inherited constructor using a null null owner for the collection item (Nil). 

Creates sets the value of the Text property to the value specified in the AText argument. 

Use an overloaded variant of the constructor to initialize an email address using either a specified owner collection, or with neither an owner nor an email address value.

TIdEMailAddressItem.Create 

TIdEMailAddressList

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.