TUnSortedStrCollection
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Unsorted string collection
Declaration
Source position: objects.pp line 513
Type
TUnSortedStrCollection = object (TStringCollection)
procedure Insert(Item: Pointer); Virtual;
end
;
Description
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.
Members
Member | Type | Visibility | Description |
---|---|---|---|
Insert | Method | default | Insert a new string in the collection. |
Inheritance
Class | Description |
---|---|
TUnSortedStrCollection | Unsorted string collection |