System.JSON.Writers.TJsonTextWriter.WriteValueDelimiter

提供:RAD Studio API Documentation

Delphi

procedure WriteValueDelimiter;

C++

void __fastcall WriteValueDelimiter(void);

プロパティ

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


説明

JSON 値の区切り記号を書き込みます。

デフォルトの区切り記号は ',' です。

関連項目