[Overview][Procedures and functions] |
Return the stream, associated with a file.
Source position: streamio.pp line 22
function GetStream( |
var F: TTextRec |
):TStream; |
F |
|
The file one wishes to get the stream from. |
The stream assigned to the fle.
GetStreamreturns the instance of the stream that was associated with the file Fusing AssignStream.
An invalid class reference will be returned if the file was not associated with a stream.
|
Assign a text file to a stream. |
|