System.JSON.Writers.TJsonWriter.SetWriteState

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter


説明

JSON ライタの内部状態を設定します。

パラメータ:

  • Token: 書き込みを行っている JSON トークン
  • Value: 書き込みを行っている値。

関連項目