API:System.JSON.BSON.TBsonReader.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonReader

説明

TJsonReader のインスタンスを作成します。

System.JSON.BSON.TBsonReader.Create は System.JSON.Readers.TJsonReader.Create を継承しています。以下の内容はすべて System.JSON.Readers.TJsonReader.Create を参照しています。


TJsonReader のインスタンスを作成します。

Create は、TJsonReader のプロパティによっては、値をデフォルトで設定します。

関連項目