Skip to content

TFPGList.Assign

Copy elements from Source list

Declaration

Source position: fgl.pp line 156

public 
  procedure Assign(Source: TFPGList);

Description

Assign clears the list and copies all items in Source to the list. The source list must be of the same type as the destination list.

See also

Name Description
TFPGList.Add Add new item of type T to the list.
TFPSList.Clear Clear the list