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

TList.Assign

Copy the contents of another list.

Declaration

Source position: classesh.inc line 205

public procedure TList.Assign(

  Obj: TList

);

Description

Assign copies the pointers of the Obj list to the list. The list is cleared prior to copying.

See also

TList.Clear

  

Clears the pointer list.