help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

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.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505