Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

ERROR HANDLER

Designate a method as an error handler for the class
---------------------------------------------------------------------------------

 Syntax

        ERROR HANDLER <MethodName>( [<params,...>] )  

 Arguments

        <MethodName>    Name of the method to define      

        <params,...>    Optional parameter list    

 Description

      ERROR HANDLER names the method that should handle errors for the
      class being defined.

 Examples

  
      CLASS TWindow
         ERROR HANDLER  MyErrHandler()
      ENDCLASS
  

Status

      Ready

 Compliance

      ERROR HANDLER is a Harbour extension.

 Platforms

      All



See Also: Object Oriented Programming ON ERROR CLASS METHOD DATA

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson