Important: The information in this document is obsolete and should not be used for new development.
ClearLogFinger
Clears the log finger from a Cyberdog item.
void ClearLogFinger (in CyberItem item);
item
- The
CyberItem
object to be cleared.DISCUSSION
You call this method to remove the finger from an item in the log. This method calls the log part extension'sClearLogFinger
method. Typically, a Cyberdog display part calls this method when its frame loses the selection focus or, more generally, when the part determines that the Cyberdog item whose referenced content it displays is no longer the current item.Do not subclass this class.
SEE ALSO
TheSetLogFinger
method (page 375).
TheCyberLogExtension::ClearLogFinger
method (page 252).