Return the stream, associated with a file.
Source position: streamio.pp line 32
| function GetStream( | 
| var F: TTextRec | 
| ):TStream; | 
| F | 
 | The file one wishes to get the stream from. | 
The stream assigned to the file.
GetStream returns the instance of the stream that was associated with the file F using AssignStream.
An invalid class reference will be returned if the file was not associated with a stream.
| 
 | Assign a text file to a stream. | |