System.JSON.BSON.TBsonWriter.WriteComment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteComment(const Comment: string); override;

C++

virtual void __fastcall WriteComment(const System::UnicodeString Comment);

Properties

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

Description

Note: Standard BSON does not support JavaScript source comments.

Writes a JavaScript block source comment (/*…*/) with the specified text.

See Also