System.JSON.Writers.TJsonWriter.WriteComment
Delphi
procedure WriteComment(const Comment: string); virtual;
C++
virtual void __fastcall WriteComment(const System::UnicodeString Comment);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.JSON.Writers.pas System.JSON.Writers.hpp |
System.JSON.Writers | TJsonWriter |
Description
Writes a comment with the specified text.
Parameter:
Comment
: The text that you want to show as a comment in the JSON data.