HBObject() > Methods for error handling |
Handles unknown messages sent to an object.
:msgNotFound( <cMessage> ) --> xReturn
If not overloaded, the method returns the result of the :error() method.
Method :msgNotFound() is called when the symbolic name of a message sent to an object does not exist in the class or its super class(es). It receives as parameter a character string holding the message name that does not exist.
Note: This method cannot be overloaded in a user-defined class with a regular METHOD declaration. :msgNotFound() is only replaced with the ERROR HANDLER declaration.
http://www.xHarbour.com