[Overview][Constants][Classes][Index] |
Destructor for the class instance
Source position: bufstream.pp line 129
public destructor TBufferedFileStream.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy ensures that memory allocated to pages in the internal buffer is freed, and that buffer pages are released. Destroy calls the inherited destructor prior to exit.