IsNotComplete
TheIsNotCompletemethod should return a Boolean value that indicates whether the iteration is incomplete.
ODBoolean IsNotComplete ();
- return value
kODTrueif the iteration is incomplete, otherwisekODFalse.DISCUSSION
A client of this embedded-frames iterator calls this method to test whether more frames remain in the iteration sequence. This method returnskODTrueif the preceding call to theFirstorNextmethod found a frame. This method returnskODFalsewhen you have examined all the frames.OVERRIDING
When you subclassODEmbeddedFramesIterator, you must override this method. Your override method must not call its inherited method; that is, your override method must implement this method's functionality completely.EXCEPTIONS
kODErrIteratorNotInitialized- This method was called before calling either the
FirstorNextmethod to begin the iteration.kODErrIteratorOutOfSync- The list of embedded frames for the part was modified while the iteration was in progress.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help