CoreClasses Xojo Plugin

ObjectCollection.Remove Method (console safe)

Use this method to add remove object 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

ObjectCollection Class