IsRealPart
TheIsRealPartmethod returns a Boolean value that indicates whether this part is an actual part (as opposed to a part wrapper).
ODBoolean IsRealPart ();
- return value
kODTrueif this part is an actual part, orkODFalseif this part is a part wrapper.DISCUSSION
Your part'sIsRealPartmethod is almost never called unless you really need to access the actual part.OVERRIDING
When you subclassODPart, you must not override this method.SEE ALSO
TheODPart::GetRealPartmethod (page 525).
TheODPart::ReleaseRealPartmethod (page 540).
"The Part-Wrapper Object" on page 464 in OpenDoc Programmer's Guide.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help