Internet Direct (Indy)
|
Copies property values to the current object instance.
procedure Assign( Source: TIdPersistent ); override;
Parameters |
Description |
Source |
Persistent class containing values to be copied. |
Assign is a procedure used to copy and assign values from a TIdPersistent descendant in Source to the current object instance.
When Source is a TIdCookieRFC2109 class instance, Assign updates CookieText and the internal Cookie version using the property values in Source.
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. |