Internet Direct (Indy) Version 9.0.2 Beta
TIdLPRControlFile.Assign
Copies values from one object to another object.

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

Description
Assign is a procedure that copies the contents of a persistent object to the current object instance. Source is the object instance containing values to be copied.

When Source is an instance of TIdLPRControlFile, the following property values are copied into the current object:

When Source is another TPersistent calss descendant, Assign calls the inherited method using Source as an argument.