Difference between revisions of "TStringList"

From Lazarus wiki
Jump to navigationJump to search
m
m (data structures -> containers)
Line 6: Line 6:
  
 
[[Category:RTL]]
 
[[Category:RTL]]
[[Category:Data Structures]]
+
[[Category:Containers]]

Revision as of 07:34, 25 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