TStrings
From OpenEUO
Revision as of 15:11, 5 October 2010 by 46.127.27.108 (Talk) (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...")
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: