CoreClasses Xojo Plugin

ObjectArray.CombineWith Method

Appends the passed in ObjectArray to the current ObjectArray.

CombineWith(
   items as ObjectArray)

Parameters

items
The ObjectArray to append.

Remarks

See Also

ObjectArray Class