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