First
The First method should begin the iteration and return a reference to the first frame in the iteration sequence.
ODFrame First ();
- return value
- A reference to the first frame in the iteration sequence, or
kODNULLif the focus has no owners.DISCUSSION
Your part calls this method before calling this focus-owner iterator'sIsNotCompletemethod for the first time. This method may be called multiple times; each time resets the iteration.Your override of this method should not increment the reference count of the returned frame object.
OVERRIDING
If you subclassODFocusOwnerIterator, you must override this method. Your override must not call its inherited method; that is, your override must implement this method's functionality completely.EXCEPTIONS
kODErrIteratorOutOfSync- The list of focus owners was modified while the iteration was in progress.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help