CoreClasses Xojo Plugin

IObjectAddable.Add Method (console safe)

Use this method on containers that Implement the IObjectAddable Interface to Add a item to the container.

Add(
   item as Object)

Parameters

item
The object to be added.

Remarks

See Also

IObjectAddable Interface