Description
This method is used to iterate through the collection of the ObjField
objects to which the given iterator provides access. Next
moves the ObjFieldIterator
object to the next ObjProperty
object in order to retrieve it. To determine if the next object exists, use the ObjFieldIterator.Next
method.
Declaration
ObjFieldIteratorObj.Next()
ObjFieldIteratorObj | An expression, variable or parameter that specifies a reference to an ObjFieldIterator object | |||
Result | An ObjField object |
Applies To
The method is applied to the following object:
Result Value
The ObjProperty
object that provides information about the object’s property.