Important: The information in this document is obsolete and should not be used for new development.
IsInCyberDraft
Tests whether the specified persistent object is stored in the Cyberdog session document's draft.
ODBoolean IsInCyberDraft (in ODPersistentObject object);
object
- The object to test.
- return value
kODTrue
if the given object is stored in a storage unit of the Cyberdog session document's draft; otherwise,kODFalse
.DISCUSSION
You should call this method to determine whether a persistent object is stored in the Cyberdog session document. You should not callGetCyberDraft
for this purpose;GetCyberDraft
creates the draft if it is not there.Do not subclass this class.
SEE ALSO
TheGetCyberDraft
method (page 361).