Skip to content

TFPGObjectList.AddList

Adds the elements from another list

Declaration

Source position: fgl.pp line 197

public 
  procedure AddList(Source: TFPGObjectList);

Description

AddList adds all the elements from list Source to the current list.

See also

Name Description
TFPGList.AddList Adds the elements from another list
TFPGObjectList.Add Add new object of class T to the list.
TFPSList.AddList Adds the elements from another list