ResizeStrArray

Declaration: ResizeStrArray (var StrArr: TStrArray; Size: integer);
Resizes the one-dimensional dynamic string array StrArr to the size Size. Please note that dynamic arrays have 0-based indices.