System.Output

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Output: Text;             { Standard output }

C++

extern DELPHI_PACKAGE TextFile Output;

Properties

Type Visibility Source Unit Parent
variable public
System.pas
System.hpp
System System

Description

Specifies a write-only Text file associated with the process' standard output file.

In Delphi, the Output variable is a write-only Text file associated with the process' standard output file.

Note: Most processes do not have a standard output file, and writing to Output raises an error. Delphi programs have a standard output file if they are linked as console applications.


See Also