Copy the contents of a list.
Source position: contnrs.pp line 67
public procedure TFPObjectList.Assign(
Obj: TFPObjectList
);
Obj
The source list to copy from.
Assign copies the contents of Obj if Obj is of type TFPObjectList
None.