Difference between revisions of "TStringList"

From Free Pascal wiki
Jump to navigationJump to search
m
Line 1: Line 1:
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.
+
A '''TStringList''' is a datatype that can hold an arbitrary list of [[String|strings]]. The strings in a TStringList are accessible as plain text or as a series of strings.
  
 
==See also==
 
==See also==

Revision as of 23:20, 20 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