CoreClasses Xojo Plugin

ObjectQueue.Add Method (console safe)

Use this method to add a object to the queue.

Add(
   item as Object)

Parameters

item
The object to add.

Remarks

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

See Also

ObjectQueue Class