Files
harbour-core/harbour/doc/es/error.txt
2003-07-13 14:51:56 +00:00

48 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* $Id$
*/
/*
* Las siguientes partes son derechos adquiridos de sus autores individuales.
* www - http://www.harbour-project.org
*
* Copyright 2000 Alejandro de G rate <alex_degarate@hotmail.com>
* Documentaci¢n en Espa¤ol de: ERRORSYS()
*
* Vea doc/license.txt por los trminos de la licencia.
*
*/
/* $DOC$
* $FUNCNAME$
* ERRORSYS()
* $CATEGORY$
* Recuperacion de Errores
* $ONELINER$
* Instala el manejador de errores por defecto
* $SYNTAX$
* ERRORSYS() --> NIL
* $ARGUMENTS$
* Ninguno.
* $RETURNS$
* ERRORSYS() siempre retorna NIL.
* $DESCRIPTION$
* ERRORSYS() es llamado en el inicio por Harbour e instala el manejador
* de errores por defecto. Normalmente no se debe llamar a esta funci¢n
* directamente. En su lugar use ERRORBLOCK() para instalar su propio
* manejador de errores.
* $STATUS$
* R
* $COMPLIANCE$
* Esta funci¢n es 100 % Clipper compatible
* $FILES$
* El c¢digo fuente est  en errorsys.c
* La librer¡a asociada es rtl
* $SEEALSO$
* ERRORBLOCK(),Error class
* $END$
*/