IsNotComplete
TheIsNotCompletemethod 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 storage units remain in the iteration sequence. This method returnskODTrueif the preceding call to theFirstorNextmethod found a storage unit. This method returnskODFalsewhen you have examined all the storage units.EXCEPTIONS
kODErrIteratorNotInitialized- This method was called before calling either the
FirstorNextmethod to begin the iteration.kODErrIteratorOutOfSync- The list of drag items was modified while the iteration was in progress.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help