Important: The information in this document is obsolete and should not be used for new development.
FindCyberItemWindow
Retrieves the window that displays a Cyberdog item.
ODWindow FindCyberItemWindow (in CyberItem item);
item- The
CyberItemobject for this operation.- return value
- The window that displays the Cyberdog item; otherwise,
kODNULL.DISCUSSION
This method traverses the window list, looking for each window whose root is a Cyberdog display part. This method calls each display part'sGetCyberItemWindowmethod until it finds the display part that is displaying the content referenced by the specified Cyberdog item.Do not subclass this class.
SEE ALSO
TheSelectCyberItemWindowmethod (page 373).
TheCyberItem::Comparemethod (page 230).
TheCyberPartExtension::GetCyberItemWindowmethod (page 286).