Internet Direct (Indy) Version 9.0.2 Beta
TMXRecord.Assign
Copies property values into the current object instance.

procedure Assign(Source: TPersistent); override;
Parameters
Source: TPersistent
Collection item contain value to be copied.

Description
Assign is a procedure that copies the property values from a collection item specified in ASource to the current object instance. If ASource has the same class type as the current object instance, the required properties are copied. Otherwise the inherited Assign method is called using ASource as an argument.