[Overview][Constants][Classes][Index] |
Reset the stream to its original position
Source position: streamex.pp line 118
public procedure TStreamReader.Reset; override; |
Reset sets the stream to its original position. This is the stream-specific implementation of the abstract TTextReader.Reset method.
If the source stream (TStreamReader.BaseStream) is not seekable, then this method may raise an exception.
|
The stream with the text data |