TBufStream.Done
Close the file and cleans up the instance.
Declaration
Source position: objects.pp line 379
default
destructor Done; Virtual;
Description
Done flushes and closes the file if it was open and cleans up the instance of TBufStream.
For an example see TBufStream.Flush .
Errors
None.
See also
Name | Description |
---|---|
TBufStream.Close | Flush data and Close the file. |
TBufStream.Init | Initialize an instance of TBufStream and open the file. |
TDosStream.Done | Closes the file and cleans up the instance. |