- Inside Macintosh: OpenDoc Class Reference /
- Part 1 - Classes and Methods / ODPart
IsRealPart
The IsRealPart method returns a Boolean value that indicates whether this part is an actual part (as opposed to a part wrapper).
ODBoolean IsRealPart ();
- return value
-
kODTrue if this part is an actual part, or kODFalse if this part is a part wrapper.
DISCUSSION
Your part's IsRealPart method is almost never called unless you really need to access the actual part.
OVERRIDING
When you subclass ODPart, you must not override this method.
SEE ALSO
The ODPart::GetRealPart method (page 525).
The ODPart::ReleaseRealPart method (page 540).
"The Part-Wrapper Object" on page 464 in OpenDoc Programmer's Guide.
© Apple Computer, Inc.
17 JUL 1996