System.JSON.Writers.TJsonWriter.InternalWriteValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure InternalWriteValue(Token: TJsonToken);

C++

void __fastcall InternalWriteValue(System::Json::Types::TJsonToken Token);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter


Description

Ecrit la valeur d'une paire nom-valeur dans un objet JSON.

Paramètres :

  • Token : le token JSON en cours d'écriture.

Voir aussi