Ver Mensaje Individual
  #19  
Antiguo 01-12-2006
Avatar de Bicho
[Bicho] Bicho is offline
Miembro Premium
 
Registrado: jul 2003
Ubicación: Inca - Mallorca
Posts: 1.776
Reputación: 22
Bicho Va por buen camino
Directamente de la ayuda de Delphi
Cita:
Empezado por Esa tecla tan maravillosa llamada F1

Type Switch

Syntax {$I+} or {$I-}
{$IOCHECKS ON} or {$IOCHECKS OFF}

Default {$I+}
{$IOCHECKS ON}

Scope Local


Remarks
The $I switch directive enables or disables the automatic code generation that checks the result of a call to an I/O procedure. I/O procedures are described in the Object Pascal Language Guide. See Standard routines and I/O
!alink(idh_op_standardroutinesandio,1,TopicNotFound,main). If an I/O procedure returns a nonzero I/O result when this switch is on, an EInOutError exception is raised (or the program is terminated if exception handling is not enabled). When this switch is off, you must check for I/O errors by calling IOResult.
Saludos
Responder Con Cita