System.JSON.BSON.TBsonWriter.WritePropertyName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure WritePropertyName(const Name: string); override;

C++

virtual void __fastcall WritePropertyName(const System::UnicodeString Name)/* overload */;

Propriétés

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


Description

Ecrit le nom de propriété d'une paire clé-valeur dans un objet JSON.

Par la suite, vous devez appeler une fonction valeur pour définir la valeur correspondante :

Voir aussi