Show: Delphi
C++
Display Preferences
Bde.DBTables.TIndexFiles
From XE2 API Documentation
Delphi
TIndexFiles = class(TStringList)
C++
class PASCALIMPLEMENTATION TIndexFiles : public System::Classes::TStringList
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | Bde.DBTables |
Description
TStringList maintains a list of strings.
Bde.DBTables.TIndexFiles inherits from System.Classes.TStringList. All content below this line refers to System.Classes.TStringList.
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.