Internet Direct (Indy)
Home
PreviousUpNext
TIdEMailAddressItem.Create Constructor (string)

Constructor for the object instance.

Pascal
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

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.