System.JSON.Writers.TJsonWriter.SetWriteState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetWriteState(Token: TJsonToken; const Value: TValue);

C++

void __fastcall SetWriteState(System::Json::Types::TJsonToken Token, const System::Rtti::TValue &Value);

Properties

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

Description

Sets the internal state of the JSON writer.

Parameters:

  • Token: The JSON token being written.
  • Value: The value being written.

See Also