CoreClasses Xojo Plugin

VariantStack.Add Method

Use this method to add a variant to the stack.

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

VariantStack Class