[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Destroys the file stream.
Source position: classesh.inc line 663
public destructor TFileStream.Destroy; override; |
Destroycloses the file (causing possible buffered data to be written to disk) and then calls the inherited destructor.
Do not call destroydirectly, instead call the Freemethod. Destroy does not check whether Selfis nil, while Freedoes.
|
Creates a file stream. |