System.ErrOutput
Delphi
ErrOutput: Text; { Standard error output }
C++
extern DELPHI_PACKAGE TextFile ErrOutput;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | System.pas System.hpp |
System | System |
Description
ErrOutput specifies a write-only Text file associated with the process's error output file.
In Delphi, the ErrOutput variable is a write-only Text file associated with the process's error output file.
Note: Most processes do not have an error output file, and writing to ErrOutput raises an error. Delphi programs have a standard output file if they are linked as console applications.