CoreClasses Xojo Plugin

ObjectArray.Add Method (console safe)

Use this method to add a object to the array.

Add(
   item as Object)

Parameters

item
The object to add.

Remarks

This method does the same thing as the Append method. This method is to implement the IObjectAddable interface.

See Also

ObjectArray Class