Internet Direct (Indy) Version 9.0.1 Beta
TIdNetscapeCookie.Assign
Copies property values to the current object instance.

procedure Assign(Source: TPersistent); override;
Parameters
Source: TPersistent
Persistent class containing values to be copied.

Description
Assign is a procedure used to copy and assign values from a TPersistent 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.