| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Flush data and Close the file.
Source position: objects.pp line 345
| procedure TBufStream.Close; virtual; | 
Close flushes and closes the file if it was open, and sets Handle to -1. Contrary to Done it does not clean up the instance of TBufStream
For an example see TBufStream.Flush.
None.
| 
 | Close the stream | |
| 
 | Initialize an instance of TBufStream and open the file. | |
| 
 | Close the file and cleans up the instance. |