API:System.JSON.BSON.TBsonReader.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TBsonReader();

Properties

Type Visibility Source Unit Parent
destructor public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonReader

Description

Closes the TJsonReader and Destroys the instance.

System.JSON.BSON.TBsonReader.Destroy inherits from System.JSON.Readers.TJsonReader.Destroy. All content below this line refers to System.JSON.Readers.TJsonReader.Destroy.

Closes the TJsonReader and Destroys the instance.

See Also