[Overview][Constants][Types][Classes][Index] |
Adds the elements from another list
Source position: fgl.pp line 88
public procedure TFPSList.AddList( |
Obj: TFPSList |
); |
AddList adds all the elements from list Obj to the current list. A check is done that the 2 lists have the same element size.
If the lists have different element size, an EListError exception will be raised.
|
Add a new item to the list |
|
|
Exception thrown when a list-related error occurs |