Copies property values to the current object instance.
procedure Assign(Source: TPersistent); override;
Parameters
Source: TPersistent
Object instance containing property values to be copied.
Description
Assign is a procedure that allows an persistent object instance to copy property values from another persistent object instance to the current instance.