System.Classes.TBinaryWriter.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; virtual;

C++

virtual void __fastcall Close();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes TBinaryWriter

Description

Closes the TBinaryWriter stream. Use Close to close the TBinaryWriter owned stream. If the stream is not owned by TBinaryWriter, then the stream from which TBinaryWriter reads will not be closed.

See Also

Code Examples