MGCollection.remove   Go to object model Go to parent topic Go to previous topic Go to next topic

Syntax

void remove(int index)

Description

Removes the object at the specified index from the collection.

Parameters

index - The zero-based index of the object to be removed.

Error Codes

-7 (no such element)

See Also

removeAll