System.Classes.TList.SortList
Delphi
procedure SortList(const Compare: TListSortCompareFunc);
C++
void __fastcall SortList(const _di_TListSortCompareFunc Compare);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Classes.pas System.Classes.hpp |
System.Classes | TList |
Description
Performs a QuickSort on list of items.
Call SortList to sort the Items in the TList list.