Copy elements from Source list.
Source position: fgl.pp line 159
| public procedure TFPGList.Assign( | 
| Source: TFPGList | 
| ); | 
| Source | 
 | Source list to copy items from. | 
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.
| 
 | Clear the list. | |
| 
 | Add new item of type T to the list. |