[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Standard implementation of the TStrings class.
|
Called when the list of strings was modified. |
|
|
Called when the list is changing. |
|
|
Overrides the standard read handler for the TStrings.Strings property. |
|
|
Overrides the standard read handler for the TStrings.Capacity property. |
|
|
Overrides the standard read handler for the TStrings.Count property. |
|
|
Overrides the standard read handler for the TStrings.Objects property. |
|
|
Overrides the standard write handler for the TStrings.Strings property. |
|
|
Overrides the standard write handler for the TStrings.Objects property. |
|
|
Overrides the standard write handler for the TStrings.Capacity property. |
|
|
Overrides the standard TStrings.SetUpdateState call. |
|
|
Destroys the stringlist. |
|
|
Implements the TStrings.Add function. |
|
|
Implements the TStrings.Add function. |
|
|
Implements the TStrings.Delete function. |
|
|
Implements the TStrings.Exchange function. |
|
|
Locates the index for a given string in sorted lists. |
|
|
Overrides the TStrings.IndexOf property. |
|
|
Overrides the TStrings.Insert method. |
|
|
Sorts the strings in the list. |
|
|
Describes the behaviour of a sorted list with respect to duplicate strings. |
|
|
Determines whether the list is sorted or not. |
|
|
Event triggered after the list was modified. |
|
|
Event triggered when the list is about to be modified. |
|
|
Standard implementation of the TStrings class. |
|
| | ||
|
Class to manage arrays or collections of strings |
|
| | ||
|
Base class for streaming system and persistent properties. |
|
| | ||
TStringList is a descendent class of TStrings that implements all of the abstract methods introduced there. It also introduces some additional methods:
|
Class to manage arrays or collections of strings |
|