Skip to content

TFPGList.AddList

Adds the elements from another list

Declaration

Source position: fgl.pp line 157

public 
  procedure AddList(Source: TFPGList);

Description

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

See also

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