TFPList.AddList
Add all pointers from another list
Declaration
Source position: classesh.inc line 241
public 
  procedure AddList(AList: TFPList);
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.Assign | Assign performs the given operation on the list. | 
| TList.AddList | Add all pointers from another list |