Close the stream.
Source position: objects.pp line 327
procedure TStream.Close; virtual; |
Close is an abstract method, that should be overridden by descendent objects. Since Closing a stream depends on the stream's type this is not surprising.
for an example, see TDosStream.Open.
None.
|
Open the stream. |
|
|
Reset the stream. |