- Inside Macintosh: OpenDoc Class Reference /
- Part 1 - Classes and Methods / ODPart
ReleaseRealPart
The ReleaseRealPart method releases the part object encapsulated by the part wrapper.
void ReleaseRealPart ();
DISCUSSION
For part wrappers, this method marks the part object as available for access by another client. Your part's ReleaseRealPart 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.
EXCEPTIONS
kODErrPartNotWrapper
- This method was called on an actual part, not a part wrapper.
SEE ALSO
The ODPart::GetRealPart method (page 525).
The ODPart::IsRealPart method (page 531).
"The Part-Wrapper Object" on page 464 in OpenDoc Programmer's Guide.
© Apple Computer, Inc.
17 JUL 1996