CoreClasses Xojo Plugin

StringArray.Constructor Constructor (console safe)

Use this constructor to construct a instance of the array and have influence on the grow rate of the array.

Constructor(
   growRate as Integer)

Parameters

growRate
Set this parameter to control how many items are allocated internally when the array grows.

Remarks

See Also

StringArray Class