CoreClasses Xojo Plugin

VariantCollection.Remove Method (console safe)

Use this method to add remove variant from the collection by a given index.

Remove(
   Index as Integer)

Parameters

Index
The index of the object to remove.

Remarks

The index is zero based which means the first element is number 0.

See Also

VariantCollection Class