Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getObject Method
Returns the item at the specified address from the collection at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getObject(
: Integer,
: String
) : Object; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfCollectionsManager.getObject(Integer,String); |
Parameters
- index
- index at which to add the object
- adr
- address of the object
Return Value
the item at the specified index/address