Difference between revisions of "TStringList"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "A '''TStringList''' is a datatype that can hold an arbitrary list of Strings. TStringLists are accessible as plain text or as a series of strings. ==See also== * TStrin...")
 
Line 1: Line 1:
A '''TStringList''' is a datatype that can hold an arbitrary list of [[String]]s. TStringLists are accessible as plain text or as a series of strings.
+
A '''TStringList''' is a datatype that can hold an arbitrary list of [[String]]s. The strings in a TStringList are accessible as plain text or as a series of strings.
  
 
==See also==
 
==See also==
 +
* [[doc:rtl/classes/tstringlist.html|TStringList doc]]
 
* [[TStringList-TStrings Tutorial]]  
 
* [[TStringList-TStrings Tutorial]]  
  
 
[[Category:RTL]]
 
[[Category:RTL]]

Revision as of 14:43, 18 July 2016

A TStringList is a datatype that can hold an arbitrary list of Strings. The strings in a TStringList are accessible as plain text or as a series of strings.

See also