System.JSON.BSON.TBsonWriter.WriteRaw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteRaw(const Json: string); override;

C++

virtual void __fastcall WriteRaw(const System::UnicodeString Json);

Properties

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

Description

Writes raw BSON data.

WriteRaw does not update the internal state of the writer. To update the internal state of the writer, use WriteRawValue instead.

See Also