Topic Path: Symbol Reference > Classes > TIdEMailAddressItem Class > TIdEMailAddressItem Methods > Assign Method
ContentsIndexHome
PreviousUpNext
TIdEMailAddressItem.Assign Method

Copies the properties of an Email Address item to the current object instance.

procedure Assign(
    Source: TIdPersistent
); override;
Parameters 
Description 
ASource 
Persistent class to be assigned to the current object instance. 

Assign is an overridden procedure that allows the persistent TIdEmailAddressItem to assign the values in another instance to the current instance. 

Assign copies the values of the Name and Address members when ASource is another TIdEMailAddessItem instance. Otherwise, Assign relies on the inherited Assign method.

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