[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Objects' (#rtl) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Unsorted string collection
Source position: objects.pp line 478
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 |
The TUnSortedStrCollection object manages an unsorted list of strings. To this end, it overrides the TStringCollection.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.
No notes exist for this page yet.