TStringsAdapter.Sort Method

Overloads

Sort

Delphi
procedure Sort

Sort(IComparer<string>)

Delphi
procedure Sort(const comparer: IComparer<string>)

Parameters

comparer
IComparer<string>

Sort(TComparison<string>)

Delphi
procedure Sort(const comparer: TComparison<string>)

Parameters

comparer
TComparison<string>

Sort(TComparison<string>, Integer, Integer)

Delphi
procedure Sort(const comparer: TComparison<string>; index: Integer; count: Integer)

Parameters

comparer
TComparison<string>
index
Integer
count
Integer

Sort(IComparer<string>, Integer, Integer)

Delphi
procedure Sort(const comparer: IComparer<string>; index: Integer; count: Integer)

Parameters

comparer
IComparer<string>
index
Integer
count
Integer