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

TStrings.AddStrings

Add contents of another stringlist to this list.

Declaration

Source position: classesh.inc line 599

public procedure TStrings.AddStrings(

  TheStrings: TStrings

); virtual;

Description

AddStrings adds the contents of TheStrings to the stringlist. Any associated objects are added as well.

See also

TStrings.Add

  

Add a string to the list

TStrings.Assign

  

Assign the contents of another stringlist to this one.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.