CoreClasses Xojo Plugin

ObjectArray.Constructor Constructor

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

ObjectArray Class