System.JSON.Writers.TJsonTextWriter.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.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonTextWriter

Description

Note: Standard JSON does not support JavaScript source comments.

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

See Also