|
@@ -340,6 +340,7 @@ Type
|
|
|
function Remove(Item: Pointer): Integer;
|
|
|
procedure Pack;
|
|
|
procedure Sort(Compare: TListSortCompare);
|
|
|
+ procedure Sort(Compare: TListSortCompare; SortingAlgorithm: PSortingAlgorithm);
|
|
|
property Capacity: Integer read GetCapacity write SetCapacity;
|
|
|
property Count: Integer read GetCount write SetCount;
|
|
|
property Items[Index: Integer]: Pointer read Get write Put; default;
|