Internet Direct (Indy)
Home
PreviousUpNext
TIdEMailAddressItem.Assign Method

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

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

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.