Skip to content

TList.AddList

Add all pointers from another list

Declaration

Source position: classesh.inc line 324

public 
  procedure AddList(AList: TList);

Description

AddList adds all pointers from AList to the list. If a pointer is already present, it is added a second time.

See also

Name Description
TFPList.AddList Add all pointers from another list
TList.Assign Copy the contents of other lists.