mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-26 00:18:47 +02:00
* TUnosrtedStrCollection declaration was completely wrong :(
This commit is contained in:
parent
be57ad326d
commit
cc68571e4d
@ -2126,8 +2126,8 @@ Errors are those of \seep{TStream.StrWrite}.
|
|||||||
\section{TUnSortedStrCollection}
|
\section{TUnSortedStrCollection}
|
||||||
\label{se:TUnSortedStrCollection}
|
\label{se:TUnSortedStrCollection}
|
||||||
|
|
||||||
The \var{TUnSortedStrCollection} object manages an unsorted list of objects.
|
The \var{TUnSortedStrCollection} object manages an unsorted list of strings.
|
||||||
To this end, it overrides the \seep{TSortedCollection.Insert} method to add
|
To this end, it overrides the \seep{TStringCollection.Insert} method to add
|
||||||
strings at the end of the collection, rather than in the alphabetically
|
strings at the end of the collection, rather than in the alphabetically
|
||||||
correct position.
|
correct position.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user