System.JSON.Writers.TJsonWriter.InternalWriteComment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalWriteComment;

C++

void __fastcall InternalWriteComment();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter

Description

Writes a comment.

Updates the state of the writer according to the array of states and transitions provided by the StateArrayTemplate.

Call OnBeforeWriteToken to prepare the writer to actually write the token.

See Also