System.JSON.TJSONString.AddChar

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

Delphi

procedure AddChar(const Ch: Char);

C++

void __fastcall AddChar(const System::WideChar Ch);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONString

説明

現在の JSON 文字列に文字を追加します。

Ch として与えられた文字を JSON 文字列の現在の内容に追加するには、AddChar を呼び出します。

関連項目