Classes.TStringList
Contents |
Delphi Information
From Classes.pas
TStringList = class(TStrings)
Unit: Classes
Type: class
Inherited Class Members: Classes.TStringList Members
Class Properties: Classes.TStringList Properties
Class Methods: Classes.TStringList Methods
Class Constructors & Destructors: Classes.TStringList Constructors
Class Events: Classes.TStringList Events
C++ Information
From Classes.hpp
TStringList = class(TStrings)
Unit: Classes
Type: class
Inherited Class Members: Classes.TStringList Members
Class Properties: Classes.TStringList Properties
Class Methods: Classes.TStringList Methods
Class Constructors & Destructors: Classes.TStringList Constructors
Class Events: Classes.TStringList Events
Description
TStringList maintains a list of strings.
Use a string list object to store and manipulate a list of strings. TStringList implements the abstract properties and methods introduced by TStrings, and introduces new properties, events, and methods to:
- Sort the strings in the list.
- Prohibit duplicate strings in sorted lists.
- Respond to changes in the contents of the list.
- Control whether strings are located, sorted, and identified as duplicates in a case-sensitive or case-insensitive manner.