Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#os4units]

SelectInput

Select a filehandle as the default input channel

Declaration

Source position: amigados.pas line 2481

function SelectInput(

  Fh: LongInt

):LongInt;

Arguments

Fh

  

Newly default input handle

Function result

Previous default input filehandle

Description

Set the current input as the default input for the process. This changes the value returned by DosInput(). old_fh should be closed or saved as needed.

See also

DosInput

  

Identify the program's initial input file handle

SelectOutput

  

Select a filehandle as the default output channel

DosOutput

  

Identify the programs' initial output file handle


Documentation generated on: 2021-07-30