[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Copy the contents of other lists.
Source position: classesh.inc line 340
public procedure TList.Assign( |
ListA: TList; |
AOperator: TListAssignOp = laCopy; |
ListB: TList = Nil |
); |
Assign can be used to merge or assign lists It is an extended version of the usual TPersistent.Assign mechanism. The arguments ListA and ListB are used as sources of pointers to add or remove elements from the current list, depending on the operation AOperation. The available operations are documented in the TListAssignOp type.
|
Clears the pointer list. |