CoreClasses Xojo Plugin

ObjectArray.RemoveAt Method (console safe)

Use this method to remove a single object from the array.

RemoveAt(
   Where as Integer)

Parameters

Where
Use this parameter to specify where to remove from.

Remarks

ObjectArray is 0 based, that is the first item is number 0.

This method does the same as one of the Remove methods. The reasons for having this one also is to aid Plugin Cross Talk.

See Also

ObjectArray Class