[Overview][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

TFPObjectList.Assign

Copy the contents of a list.

Declaration

Source position: contnrs.pp line 59

public procedure TFPObjectList.Assign(

  Obj: TFPObjectList

);

Arguments

Obj

  

The source list to copy from.

Description

Assigncopies the contents of Objif Objis of type TFPObjectList

Errors

None.