System.Classes.TBinaryReader.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 TBinaryReader

Description

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

See Also

Code Examples