TDosStream.Done
Closes the file and cleans up the instance.
Declaration
Source position: objects.pp line 349
default
destructor Done; Virtual;
Description
Done closes the file if it was open and cleans up the instance of TDosStream.
for an example, see e.g. TDosStream.Truncate .
Errors
None.
See also
Name | Description |
---|---|
TDosStream.Close | Close the file. |
TDosStream.Init | Instantiate a new instance of TDosStream. |