TStrings

From Lazarus wiki
Revision as of 12:53, 23 February 2017 by Arent (talk | contribs) (Created page with "A '''TStrings''' is a datatype that can hold an arbitrary length list of strings. The strings in a TStrings are accessible as concatenated plain text or as a series...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

A TStrings is a datatype that can hold an arbitrary length list of strings. The strings in a TStrings are accessible as concatenated plain text or as a series of strings.

Inheritance

  • TObject - Base class of all classes.
    • TPersistent - Base class for streaming system and persistent properties - IFPObserved interface implemented by an object that can be observed.
      • TStrings - Class to manage arrays or collections of strings

See also