Description
Use the ObjMethodIterator.HasNext
method to determine whether the next object in the collection of the ObjMethod
objects to which the iterator provides access exists.
Declaration
ObjMethodIteratorObj.HasNext()
ObjMethodIteratorObj | An expression, variable or parameter that specifies a reference to an ObjMethodIterator object | |||
Result | Boolean |
Applies To
The method is applied to the following object:
Result Value
True if the collection has the next object the iterator can move to; False otherwise.