System.JSON.TJSONString.AddChar
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.