Files
harbour-core/doc/en/errsys.txt
Viktor Szakats ec87fbc449 2013-03-24 20:22 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbct/doc/en/*.txt
  * contrib/hbgt/doc/en/hbgt.txt
  * contrib/hbmisc/doc/en/*.txt
  * contrib/hbziparc/doc/en/hbziparc.txt
  * contrib/rddads/doc/en/adsfuncs.txt
  * doc/en/*.txt
    ! space after comma
    ! unicode fix
    ! minor corrections

  * extras/template/tests/hbmk.hbm
    * cleaned recently added comment
2013-03-24 20:22:55 +01:00

43 lines
891 B
Plaintext

/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* Documentation for: ErrorSys()
*
* See COPYING.txt for licensing terms.
*
*/
/* $DOC$
$TEMPLATE$
Function
$NAME$
ErrorSys()
$CATEGORY$
API
$SUBCATEGORY$
Error
$ONELINER$
Install default error handler
$SYNTAX$
ErrorSys() --> NIL
$ARGUMENTS$
None.
$RETURNS$
ErrorSys() always return NIL.
$DESCRIPTION$
ErrorSys() is called upon startup by Harbour and installs the default
error handler. Normally you should not call this function directly,
instead use ErrorBlock() to install your own error handler.
$STATUS$
R
$COMPLIANCE$
C
$FILES$
Library is core
$SEEALSO$
ErrorBlock(), Error class
$END$
*/