| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Copy the contents of a list.
Source position: contnrs.pp line 59
| 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.