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
kODTrueif 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 callGetCyberDraftfor this purpose;GetCyberDraftcreates the draft if it is not there.Do not subclass this class.
SEE ALSO
TheGetCyberDraftmethod (page 361).