System.JSON.Writers.TJsonWriter.InternalWritePropertyName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure InternalWritePropertyName(const Name: string);

C++

void __fastcall InternalWritePropertyName(const System::UnicodeString Name);

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 le nom de propriété d'une paire clé-valeur dans un objet JSON.

Paramètres :

  • Name : le nom de la propriété.

Met à jour le nom de propriété de la position en cours.

Met à jour l'état de l'éditeur selon le tableau d'états et de transitions fourni par StateArrayTemplate.

Appelle OnBeforeWriteToken pour préparer l'éditeur à écrire effectivement le token.

Voir aussi