System.JSON.TJSONString.AddChar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure AddChar(const Ch: Char);

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONString

Description

Ajoute un caractère à la chaîne JSON en cours.

Appelez AddChar pour ajouter le caractère donné par Ch au contenu en cours de la chaîne JSON.

Voir aussi