System.Classes.TBinaryReader.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TBinaryReader();

Properties

Type Visibility Source Unit Parent
destructor public
System.Classes.pas
System.Classes.hpp
System.Classes TBinaryReader

Description

Destroys a TBinaryReader instance.

Use Destroy to destroy a TBinaryReader instance.

See Also