[Overview][Types][Classes][Procedures and functions] |
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. |
Assigncopies the contents of Objif Objis of type TFPObjectList
None.