Unit 'fgl' Package
[Overview][Constants][Types][Classes][Index] [#rtl]

TFPSList.Assign

Copy one list to another.

Declaration

Source position: fgl.pp line 83

public procedure TFPSList.Assign(

  Obj: TFPSList

);

Arguments

Obj

  

Source list from which to copy items.

Description

Assign clears the list and will add all items from Obj to the list. The items are copied one by one.

Errors

If the TFPSList.ItemSize differs for the two lists, an EListError exception is raised.

See also

TFPSList.Add

  

Add a new item to the list.


Documentation generated on: Jul 24 2023