- Inside Macintosh: OpenDoc Class Reference /
- Part 1 - Classes and Methods / ODEmbeddedFramesIterator
IsValid
The IsValid method should return a Boolean value that indicates whether this embedded-frames iterator is valid.
ODBoolean IsValid ();
- return value
-
kODTrue if this embedded-frames iterator is valid, otherwise kODFalse.
DISCUSSION
A client of this embedded-frames iterator calls this method if it wants to ensure that it makes calls only to a valid embedded-frames iterator, without generating an exception.
OVERRIDING
When you subclass ODEmbeddedFramesIterator, 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.
SEE ALSO
The ODEmbeddedFramesIterator::CheckValid method (page 205).
© Apple Computer, Inc.
17 JUL 1996