Version

removeObject Method

Removes the item at specified address from the collection at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function removeObject( 
   index : Integer,
   adr : String
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCollectionsManager.removeObject(Integer,String);

Parameters

index
Index at which to remove the object
adr
address of the object
See Also