- Inside Macintosh: OpenDoc Class Reference /
- Part 1 - Classes and Methods / ODFocusSetIterator
Next
The Next method returns a reference to the next focus in the focus set.
ODTypeToken Next ();
- return value
- A tokenized string representing the next focus in the focus set, or
kODNullFocus if you have reached the end of the focus set.
DISCUSSION
If your part calls this method before calling this focus-set iterator's First method to begin the iteration, then this method works the same as calling the First method.
EXCEPTIONS
kODErrIteratorOutOfSync
- The focus set was modified while the iteration was in progress.
SEE ALSO
The ODTypeToken type (page 877).
© Apple Computer, Inc.
17 JUL 1996