IsNotComplete
The IsNotComplete method returns a Boolean value that indicates whether the iteration is incomplete.
ODBoolean IsNotComplete ();
- return value
-
kODTrue if the iteration is incomplete, otherwise kODFalse.
DISCUSSION
Your part calls this method to test whether more persistent references remain in the focused value. This method returns kODTrue if the preceding call to the First, Last, Next, or Previous method found a persistent reference. This method returns kODFalse when you have examined all the persistent references.
EXCEPTIONS
kODErrIteratorNotInitialized
- This method was called before calling either the
First or Next method to begin the iteration.
kODErrIteratorOutOfSync
- The focused value was modified while the iteration was in progress.