Copy the property values of an object.
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:
Phone |
When the current object and Source do not sahre the same ClassType, Assign calls 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.
|