Internet Direct (Indy)
Home
PreviousUpNext
TIdSMTP.Assign Method

Assigns propeties and event handlers from a persistent object to the current object instance.

Pascal
procedure Assign(
    Source: TIdPersistent
); override;
Parameters 
Description 
Source 
Persistent object to assign to the current object instance. 

Assign is an overridden method that allows properties and event handlers for the persistent object in Source to be assigned to the current object instance. 

When Source is descended from TIdSMTP, the values in the following properties and event handlers are assigned: 

 

 

When Source is not descended from TIdSMTP, the inherited Assign method is called.

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.