Destroy the TStreamReader instance.
Source position: streamex.pp line 127
| public destructor TStreamReader.Destroy; override; | 
Destroy frees the resources taken by the buffer, and frees the source stream (BaseStream) if OwnsStream is True.
| 
 | Should the stream be freed on close. | |
| 
 | Create a new instance of TStreamReader from a stream. | |
| 
 | The stream with the text data. |