CoreClasses Xojo Plugin

VariantQueue.Add Method (console safe)

Use this method to add a variant to the queue.

Add(
   item as Variant)

Parameters

item
The variant to add.

Remarks

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

See Also

VariantQueue Class