Difference between revisions of "TStrings"
From OpenEUO
(Created page with "TStrings is the base class for objects that represent a list of strings. Descendants of TStrings can represent several individual strings, such as the individual lines that appea...") |
(No difference)
|
Latest revision as of 16:11, 5 October 2010
TStrings is the base class for objects that represent a list of strings. Descendants of TStrings can represent several individual strings, such as the individual lines that appear in a list box.
- TStrings.Add
- TStrings.AddStrings
- TStrings.Clear
- TStrings.Count
- TStrings.Delete
- TStrings.GetString
- TStrings.Insert
- TStrings.SetString
- TStrings.Text
Inherited from TObject: