[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Unsorted string collection.
Source position: objects.pp line 557
type TUnSortedStrCollection = object(TStringCollection) |
||
procedure Insert(); virtual; |
|
Insert a new string in the collection. |
end; |
|
Unsorted string collection. |
|
| | ||
|
Collection of pascal strings. |
|
| | ||
|
Abstract sorted collection. |
|
| | ||
|
Manage a collection of pointers of objects. |
|
| | ||
|
Basis of all objects. |
|
| | ||
|
Base class of all classes. |
The TUnSortedStrCollection object manages an unsorted list of strings. To this end, it overrides the TSortedCollection.Insert method to add strings at the end of the collection, rather than in the alphabetically correct position.
Take care, the Search and IndexOf methods will not work on an unsorted string collection.