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