System.JSON.TJSONString.AddChar

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AddChar(const Ch: Char);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONString

Beschreibung

Fügt dem aktuellen JSON-String ein Zeichen hinzu.

Mit AddChar fügen Sie dem aktuellen Inhalt des JSON-Strings das in Ch angegebene Zeichen hinzu.

Siehe auch