TFileStream.Destroy

Destroys the file stream.

Declaration

Source position: classesh.inc line 1187

public 
  destructor Destroy;  Override;

Description

Destroy closes the file (causing possible buffered data to be written to disk) and then calls the inherited destructor.

Do not call destroy directly, instead call the Free method. Destroy does not check whether Self is nil, while Free does.

See also

Name Description
TFileStream.Create Creates a file stream.