[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Copy the contents of another list.
Source position: classesh.inc line 205
public procedure TList.Assign( |
Obj: TList |
); |
Assign copies the pointers of the Obj list to the list. The list is cleared prior to copying.
|
Clears the pointer list. |