TStringList

From Lazarus wiki
Revision as of 17:43, 18 July 2016 by Arent (talk | contribs)
Jump to navigationJump to search

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