System.JSON.Writers.TJsonWriter.InternalWriteValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalWriteValue(Token: TJsonToken);

C++

void __fastcall InternalWriteValue(System::Json::Types::TJsonToken Token);

Properties

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

Description

Writes the value of a name/value pair on a JSON object.

Parameters:

  • Token: The JSON token being written.

See Also