API:System.JSON.BSON.TBsonReader.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Creates an instance of TJsonReader.

System.JSON.BSON.TBsonReader.Create inherits from System.JSON.Readers.TJsonReader.Create. All content below this line refers to System.JSON.Readers.TJsonReader.Create.

Creates an instance of TJsonReader.

Create sets values by default for some properties of the TJsonReader:

See Also