DSGrowCollection
function DSGrowCollection(
OldCapacity: Integer;
NewCount: Integer): Integer;
function DSGrowCollection(
OldCapacity: Integer): Integer;
function DSGrowCollection(
OldCapacity: Int64;
NewCount: Int64): Int64;
function DSGrowCollection(
OldCapacity: Int64): Int64;
Defined in: DSGenUtil
⏱ Last Modified: Tue 2:20:51 pm