Copy the property values from another object.
Parameters |
Description |
Source |
Object instance containing values to be copied. |
Assign is a procedure used to copy the property values from the object specified in Source to the current collection item instance.
When the ClassType for Source is the same as the current object, Assign will copy the following property values:
ContentTransfer |
ContentType |
Headers |
ExtraHeaders |
When the ClassType for Source is not the same as the current object, 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.
|