Internet Direct (Indy)
Home
PreviousUpNext
TIdCardAddressItem.Assign Method

Copy the property values of an object.

Pascal
procedure Assign(
    Source: TIdPersistent
); override;
Parameters 
Description 
Source 
Object containing values to be copied. 

Assign is an overridden procedure used to copy the properties of the persistent object in Source to the current object instance. When the current object and the object in Source are the same ClassType, Assign will copy the following property values: 

 

 

When the current object and Source do not sahre the same ClassType, Assign calls 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.