TFPGInterfacedObjectList.AddList
Adds the elements from another list
Declaration
Source position: fgl.pp line 239
public
procedure AddList(Source: TFPGInterfacedObjectList);
Description
AddList adds all the elements from list Source to the current list.
See also
Name | Description |
---|---|
TFPGInterfacedObjectList.Add | Add new object of class T to the list. |
TFPGList.AddList | Adds the elements from another list |
TFPGObjectList.AddList | Adds the elements from another list |
TFPSList.AddList | Adds the elements from another list |