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

TStrings.Add

Add a string to the list

Declaration

Source position: classesh.inc line 470

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 teh strings in the list.

TStrings.Count

  

Number of strings in the list.