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 du JSON brut et met à jour l'état interne de l'éditeur.

System.JSON.BSON.TBsonWriter.WriteRawValue hérite de System.JSON.Writers.TJsonWriter.WriteRawValue. Tout le contenu en-dessous de cette ligne se réfère à System.JSON.Writers.TJsonWriter.WriteRawValue.

Ecrit du JSON brut et met à jour l'état interne de l'éditeur.

Voir aussi