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

TStrings.Add

Add a string to the list

Declaration

Source position: classesh.inc line 596

public function TStrings.Add(

  const S: String

):Integer; virtual;

Description

Add adds S at the end of the list and returns the index of S in the list (which should equal Tstrings.Count

See also

TStrings.Items

TStrings.AddObject

  

Add a string and associated object to the list.

TStrings.Insert

  

Insert a string in the list.

TStrings.Delete

  

Delete a string from the list.

TStrings.Strings

  

Indexed access to the strings in the list.

TStrings.Count

  

Number of strings in the list.

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