Close the file.
Source position: streamex.pp line 167
| public procedure TFileReader.Close; override; | 
Close closes the text file. Any read operations after Close is called will fail. This is the stream-specific implementation of the abstract TTextReader.Close
| 
 | Close the text data stream. |