System.JSON.BSON.TBsonReader.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(const AStream: TStream; AReadAsRootValuesArray: Boolean = False);

C++

__fastcall TBsonReader(System::Classes::TStream* const AStream, bool AReadAsRootValuesArray);

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonReader

Description

Create crée une instance de TJsonReader.

System.JSON.BSON.TBsonReader.Create hérite de System.JSON.Readers.TJsonReader.Create. Tout le contenu en-dessous de cette ligne se réfère à System.JSON.Readers.TJsonReader.Create.

Create crée une instance de TJsonReader.

Create définit les valeurs par défaut pour certaines propriétés du TJsonReader:

Voir aussi