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

Writes a comment with the specified text.

System.JSON.BSON.TBsonWriter.WriteComment inherits from System.JSON.Writers.TJsonWriter.WriteComment. All content below this line refers to System.JSON.Writers.TJsonWriter.WriteComment.

Writes a comment with the specified text.

Parameter:

  • Comment: The text that you want to show as a comment in the JSON data.

See Also