System.JSON.BSON.TBsonWriter.Writer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Writer: TBinaryWriter read FWriter;

C++

__property System::Classes::TBinaryWriter* Writer = {read=FWriter};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonWriter

Description

Binary writer that the BSON writer uses.

See Also