Identify the programs' initial output file handle
Source position: amigados.pas line 1619
function DOSOutput: LongInt; |
Nil if no current output stream defined.
Output() is used to identify the initial output stream allocated when the program was initiated. Never close the filehandle returned by Output().
|
Identify the program's initial input file handle |