TStream.Close
Close the stream
Declaration
Source position: objects.pp line 319
default
procedure Close; Virtual;
Description
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 .
Errors
None.
See also
Name | Description |
---|---|
TStream.Open | Open the stream |
TStream.Reset | Reset the stream |