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

TStrings.Assign

Assign the contents of another stringlist to this one.

Declaration

Source position: classesh.inc line 717

public procedure TStrings.Assign(

  Source: TPersistent

); override;

Description

Assign replaces the contents of the stringlist with the contents of Source if Source is also of type TStrings. Any associated objects are copied as well.

See also

TStrings.Add

  

Add a string to the list

TStrings.AddStrings

  

Add contents of another stringlist to this list.

TPersistent.Assign

  

Assign the contents of one class to another.


Documentation generated on: May 14 2021