System.JSON.TJSONString.AddChar
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 を呼び出します。