System.JSON.BSON.TBsonReader.Close

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

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

プロパティ

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


説明

リーダーの現在の状態Closed に変更します。

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

リーダーの現在の状態Closed に変更します。

Destroy は、Close メソッドを呼び出してリーダーを閉じます。Close メソッドは、状態 Closed に、TokenTypeNone に、Valuenil に変更します。

関連項目