TStringList

From Free Pascal wiki
Revision as of 08:34, 25 July 2016 by FPC user (talk | contribs) (data structures -> containers)
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