Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TStrings.Append

Add a string to the list.

Declaration

Source position: classesh.inc line 721

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.


Documentation generated on: Jul 24 2023