[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TFPList.Assign

Assigns all items of a list to this list.

Declaration

Source position: classesh.inc line 170

public procedure TFPList.Assign(

  Obj: TFPList

);

Description

Assign clears the list and adds all pointers in Obj to the list.

See also

TFPList.Add

  

Adds a new pointer to the list.

TFPList.Clear

  

Clears the pointer list.