TStringsAdapter.Sort Method
Overloads
| Sort | |
| Sort(IComparer<string>) | |
| Sort(TComparison<string>) | |
| Sort(TComparison<string>, Integer, Integer) | |
| Sort(IComparer<string>, Integer, Integer) |
Delphi
procedure Sort(const comparer: IComparer<string>)
Parameters
- comparer
- IComparer<string>
Delphi
procedure Sort(const comparer: TComparison<string>)
Parameters
- comparer
- TComparison<string>
Delphi
procedure Sort(const comparer: TComparison<string>; index: Integer; count: Integer)
Parameters
- comparer
- TComparison<string>
- index
- Integer
- count
- Integer