TCollectionList<T>.Sort Method

Overloads

Sort

Delphi
procedure Sort

Sort(IComparer<T>)

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

Parameters

comparer
IComparer<T>

Sort(TComparison<T>)

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

Parameters

comparer
TComparison<T>

Sort(TComparison<T>, Integer, Integer)

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

Parameters

comparer
TComparison<T>
index
Integer
count
Integer

Sort(IComparer<T>, Integer, Integer)

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

Parameters

comparer
IComparer<T>
index
Integer
count
Integer