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

TStrings.Append

Add a string to the list.

Declaration

Source position: classesh.inc line 598

public procedure TStrings.Append(

  const S: String

);

Description

Append does the same as TStrings.Add, only it does not return the index of the inserted string.

See also

TStrings.Add

  

Add a string to the list

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