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

public procedure TStrings.AddStrings(

  TheStrings: TStrings

); virtual; overload;

procedure TStrings.AddStrings(

  TheStrings: TStrings;

  ClearFirst: Boolean

); overload;

procedure TStrings.AddStrings(

  const TheStrings: array of string

); virtual; overload;

procedure TStrings.AddStrings(

  const TheStrings: array of string;

  ClearFirst: Boolean

); overload;

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.


Documentation generated on: May 14 2021