System.JSON.BSON.TBsonWriter.WriteRawValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure WriteRawValue(const Json: string); override;

C++

virtual void __fastcall WriteRawValue(const System::UnicodeString Json);

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 des données BSON brutes et met à jour l'état interne de l'édieteur.

Si vous ne voulez pas mettre à jour l'état interne de l'éditeur, utilisez plutôt WriteRaw.

Voir aussi