[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 204

public procedure TFPList.Assign(

  ListA: TFPList;

  AOperator: TListAssignOp = laCopy;

  ListB: TFPList = nil

);

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.


Documentation generated on: Aug 31 2008