TStringList

From Lazarus wiki
Revision as of 14:42, 18 July 2016 by Arent (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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